Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
/ run Public archive

Shortcut function for handling HttpKernel front-controller boilerplate.

License

Notifications You must be signed in to change notification settings

stackphp/run

Repository files navigation

Stack/Run

Shortcut function for handling HttpKernel front-controller boilerplate.

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:

$app = ...;

Stack\run($app);

About

Shortcut function for handling HttpKernel front-controller boilerplate.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages