towry / taste
This package is abandoned and no longer maintained.
No replacement package was suggested.
/dev/null
dev-master
2014-11-08 07:58 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2021-03-15 15:08:53 UTC
README
Taste is a PHP class defined in a single php file.
Getting Started
Install
Use composer to install this package.
require "vendor/autoload.php"; $taste = new Taste\Taste(); $taste->map('get', '/', 'indexController@index'); # output the right template. $taste->display('index.tpl'); $taste->mapRoute();
Documentation
Not available.
License
Released under the MIT License.