kdyby / request-stack
Http Request stack service that wraps the Request value object for Nette Framework
Installs: 24 508
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^5.6 || ^7.0
- kdyby/strict-objects: ^1.0
- nette/di: ^2.4.10@dev
- nette/http: ^2.4.7@dev
- nette/utils: ^2.4.5@dev
Requires (Dev)
- nette/application: ^2.4.9@dev
- nette/bootstrap: ^2.4.5@dev
- nette/tester: ^2.0
This package is auto-updated.
Last update: 2024-10-22 03:55:37 UTC
README
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.