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
- Host: GitHub
- URL: https://github.com/heavenshell/php-net-url-dispatcher
- Owner: heavenshell
- Created: 2011-04-18T13:06:02.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-18T14:12:27.000Z (about 15 years ago)
- Last Synced: 2025-03-06T02:12:10.686Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 606 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
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