OSDN Git Service

Creating routes from YAML files. Closed #25
authormalukenho <admin@phpse.net>
Mon, 3 Mar 2014 18:23:38 +0000 (15:23 -0300)
committermalukenho <admin@phpse.net>
Mon, 3 Mar 2014 18:23:38 +0000 (15:23 -0300)
commit60f6f293d3e30ce72441c1ecd075fdacb1ab69c8
treef66d0cc17da770e110b6155376c24f6279bc3d5b
parent3e1dfab208530a963de3182891d17f371e2b9ea1
Creating routes from YAML files. Closed #25

- Now you can create a yaml file do describe routes for your application
  and load this by PHP-Router
README.md
composer.json
src/PHPRouter/Config.php [new file with mode: 0644]
src/PHPRouter/Router.php