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

2.0.2 2018-03-09 14:26 UTC

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.