Skip to content

fitdev-pro/app-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FitAppRunner

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.

About

PSR-15 HTTP Request Handler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages