fitdev-pro/app-runner

Maintainers

Package info

github.com/fitdev-pro/app-runner

Homepage

pkg:composer/fitdev-pro/app-runner

Statistics

Installs: 41

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

2.0.2 2018-03-09 14:26 UTC

This package is not auto-updated.

Last update: 2026-02-25 01:33:38 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.