An open API service indexing awesome lists of open source software.

https://github.com/heavenshell/php-net-url-dispatcher

PHP library for Dispatch to controller class from PATH_INFO
https://github.com/heavenshell/php-net-url-dispatcher

Last synced: 8 months ago
JSON representation

PHP library for Dispatch to controller class from PATH_INFO

Awesome Lists containing this project

README

          

Dispatcher library for PHP.

This module can dispatch to controller class or action class from PATH_INFO.

ex)
connect(':controller/:action/*params')
->dispatch('/path/to/directory');

getParam('bar'); // baz
}
}

System requirement
PHP 5.2
PHPUnit
Net_URL_Mapper