towry / taste
/dev/null
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/towry/taste
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.