2017 © Pedro Peláez
 

library run

Shortcut function for handling HttpKernel front-controller boilerplate.

image

stack/run

Shortcut function for handling HttpKernel front-controller boilerplate.

  • Tuesday, February 20, 2018
  • by igorw
  • Repository
  • 7 Watchers
  • 25 Stars
  • 126,743 Installations
  • PHP
  • 11 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

Stack/Run

Shortcut function for handling HttpKernel front-controller boilerplate., (*1)

Example

Usually you need to put all of that $request = ... && $response = $app->handle($request) business in the front controller yourself. No more! With Stack/Run, you just need to call one function:, (*2)

$app = ...;

Stack\run($app);

The Versions

20/02 2018

dev-master

9999999-dev

Shortcut function for handling HttpKernel front-controller boilerplate.

  Sources   Download

MIT

The Requires

 

The Development Requires

stack

20/02 2018

v1.1.0

1.1.0.0

Shortcut function for handling HttpKernel front-controller boilerplate.

  Sources   Download

MIT

The Requires

 

The Development Requires

stack

25/10 2013

v1.0.1

1.0.1.0

Shortcut function for handling HttpKernel front-controller boilerplate.

  Sources   Download

MIT

The Requires

 

The Development Requires

stack

14/08 2013

v1.0.0

1.0.0.0

Shortcut function for handling HttpKernel front-controller boilerplate.

  Sources   Download

MIT

The Requires

 

The Development Requires

stack