fitdev-pro / app-runner
2.0.2
2018-03-09 14:26 UTC
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-04-08 21:02:27 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.