library add
An annotation-driven request dispatcher for PHP
milux/add
An annotation-driven request dispatcher for PHP
- Wednesday, November 1, 2017
- by milux
- Repository
- 1 Watchers
- 0 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
ADD
An Annotation-Driven Dispatcher for PHP, (*1)
This library offers an easy to use, simple dispatcher that calls methods via class names and method names obtained from PATH_INFO., (*2)
Furthermore, ADD calls the dispatched methods with parameters that are extracted from POST variables, GET variables, and additional elements of the PATH_INFO.
The description of the corresponding data sources is extracted from special annotations in the method's DocComment., (*3)