milux / add
An annotation-driven request dispatcher for PHP
v1.0.0
2017-11-01 16:28 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-05-16 11:14:27 UTC
README
An Annotation-Driven Dispatcher for PHP
This library offers an easy to use, simple dispatcher that calls methods via class names and method names obtained from PATH_INFO.
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.