kdyby/request-stack

Http Request stack service that wraps the Request value object for Nette Framework

v0.4.0 2018-03-16 10:07 UTC

This package is auto-updated.

Last update: 2024-04-22 02:37:39 UTC


README

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.