Skip to content

Kdyby/RequestStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.