Framework for creating command-line or HTTP-based applications in PHP.
https://www.slendium.org
- PHP 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Resolves #1. Adds the main framework entry point: the `Application` class Adds many Application-related classes: `Action`, `Configs`, `Module`, `ActionRewriter`, `RequestRouter`, et al. Refactors the last parts of `Resource\Handler` into `Application\RequestHandler` Adds a clearer separation in the tests namespace: `Common`, `Unit` and `Integration` Co-authored-by: C. Fahner <cfahner.git.ixuk9phi@slendium.org> Reviewed-on: #24 |
||
| src | ||
| tests | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| LICENSE | ||
| phpstan.neon | ||
| phpunit.xml | ||