2017 © Pedro Peláez
 

library taste

/dev/null

image

towry/taste

/dev/null

  • Saturday, November 8, 2014
  • by towry
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Taste

Taste is a PHP class defined in a single php file., (*1)

Getting Started

Install

Use composer to install this package., (*2)

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., (*3)

License

Released under the MIT License., (*4)

http://towry.mit-license.org/, (*5)

The Versions

08/11 2014

dev-master

9999999-dev http://github.com/towry/Taste

/dev/null

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar towry

rest router