Skip to content

Kdyby/RequestStack

Repository files navigation

Kdyby/RequestStack

Build Status Downloads this Month Latest stable Coverage Status

This package turns the Nette\Http\IRequest value object into a container of value object. You can now safely dependent on the service and change the instance, for example if you were to handle more requests in one instance of application.

Installation

$ composer require kdyby/request-stack

Documentation

Learn more in the documentation.


Homepage http://www.kdyby.org and repository http://github.com/kdyby/RequestStack.