towry/taste

此包已被弃用且不再维护。未建议替代包。

/dev/null

dev-master 2014-11-08 07:58 UTC

This package is not auto-updated.

Last update: 2021-03-15 15:08:53 UTC


README

Taste 是一个定义在单个 php 文件中的 PHP 类。

入门

安装

使用 composer 安装此包。

require "vendor/autoload.php";

$taste = new Taste\Taste();

$taste->map('get', '/', 'indexController@index');

# output the right template.
$taste->display('index.tpl');

$taste->mapRoute();

文档

不可用。

许可证

在 MIT 许可证下发布。

http://towry.mit-license.org/