OSDN Git Service

PSR-0 compliance
authorJefersson Nathan <admin@phpse.net>
Wed, 12 Feb 2014 11:54:10 +0000 (09:54 -0200)
committerJefersson Nathan <admin@phpse.net>
Wed, 12 Feb 2014 11:54:10 +0000 (09:54 -0200)
commitab305bbf8a72f673f0332714f56160c4ce718bcf
treeed5917c67529e8750403d61056be20da34450f93
parent6b5a22dc9bd24cfc785a8cab8f266f8959b0d099
PSR-0 compliance

- Add namespaces for classes Router and Route. Now it is PHPRouter\Router and PHPRouter\Router.
- Add autoload by PSR-0 compliance
- Make small refactors on classes
README.md [changed mode: 0644->0755]
composer.json [new file with mode: 0755]
src/PHPRouter/Route.php [new file with mode: 0755]
src/PHPRouter/Router.php [new file with mode: 0755]