2017 © Pedro Peláez
 

library app-runner

image

fitdev-pro/app-runner

  • Friday, March 9, 2018
  • by fitdev-pro
  • Repository
  • 0 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

FitAppRunner

HTTP application creator., (*1)

Installation

composer require fitdev-pro/app-runner

Usage

Base usage, (*2)

<?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., (*3)

License

The MIT License (MIT). Please see License File for more information., (*4)

The Versions