Download the PHP package yiisoft/input-http without Composer
On this page you can find all versions of the php package yiisoft/input-http. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package input-http
Yii Input HTTP
The package provides Yii Hydrator attributes to get data from PSR-7 HTTP request and adds extra abilities to middlewares processed by Yii Middleware Dispatcher:
- maps data from PSR-7 HTTP request to PHP DTO representing user input;
- uses Yii Hydrator parameter attributes for resolving middleware parameters.
Requirements
- PHP 8.1 or higher.
Installation
The package could be installed with Composer:
General usage
Yii Input HTTP allows having DTO with attributes like this:
and automatically resolve and hydrate it, for example, for arguments like that:
Note that FromBody
attribute assumes that request body is parsed. If your implementation of request doesn't parse body
automatically, you can use yiisoft/request-body-parser middleware
to prepare it.
Basic steps:
- Configure storing request.
- Configure parameters resolver.
- Create DTO (request input).
- Mark DTO properties with hydrator attributes provided by this package.
- Add DTO class name as a type hint to a class method argument where you want to it to be resolved.
Documentation
- Guide: Português - Brasil.
- Internals
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.
License
The Yii Input HTTP is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.
Support the project
Follow updates
All versions of input-http with dependencies
psr/container Version ^1.0|^2.0
psr/http-message Version ^1.0|^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
yiisoft/arrays Version ^3.0
yiisoft/hydrator Version ^1.0
yiisoft/hydrator-validator Version ^2.0
yiisoft/middleware-dispatcher Version ^5.1
yiisoft/validator Version ^1.1|^2.0
yiisoft/request-provider Version ^1.0