Package Information |
Summary |
PSR-7 HTTP Message implementation |
Maintainers |
Arnold Daniels <
arnold at jasny dot net >
(lead)
[details]
|
License |
MIT License |
Description |
PSR-7 compatible HTTP Message implementation as PHP extension |
Release notes
Version 0.2.0
(beta)
|
Added Factory class that implements all PSR-17 interfaces. All properties private. Allow filename and mode for Stream constructor. Allow StreamInterface object for UploadedFile constructor. Move uploaded file copies a stream if stream is supplied. Fixes and cleanup. |