milux / add
An annotation-driven request dispatcher for PHP
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/milux/add
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-10-03 13:05:42 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.