watoki / deli
Abstract delivery system for PHP applications
Installs: 2 257
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.4
- watoki/collections: 1.0
- watoki/factory: 0.5
- watoki/reflect: 0.3
- watoki/stores: 0.3
Requires (Dev)
- watoki/scrut: 0.3
This package is not auto-updated.
Last update: 2024-11-05 03:43:35 UTC
README
deli is an abstract delivery system for request/response type applications. It can be used as a base for web and CLI delivery systems such as curir and commander.
The base idea is that a user request consists of a path and parameters which is then mapped to a method call. The return value of this method call is then delivered as a response to the user.