fitdev-pro / app-runner
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/fitdev-pro/app-runner
Requires
- psr/container: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
This package is not auto-updated.
Last update: 2025-10-07 23:36:31 UTC
README
HTTP application creator.
Installation
composer require fitdev-pro/app-runner
Usage
Base usage
<?php $di = new DependencyContainer(); $app = new FitdevPro\FitAppRunner\Application($di); $app->handle()->dispatch();
Contribute
Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.
License
The MIT License (MIT). Please see License File for more information.