fitdev-pro/app-runner

2.0.2 2018-03-09 14:26 UTC

This package is not auto-updated.

Last update: 2024-05-07 16:46:58 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.