Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-laminas-diactoros2 - PSR HTTP Message implementations v2

Website:
https://github.com/laminas/laminas-diactoros
Licence:
BSD
Vendor:
Remi Collet
Description:
A PHP package containing implementations of the accepted PSR-7 HTTP message
interfaces [1], as well as a "server" implementation similar to node's
http.Server [2].

Documentation: https://docs.laminas.dev/laminas-diactoros/

Autoloader: /usr/share/php/Laminas/Diactoros2/autoload.php

[1] http://www.php-fig.org/psr/psr-7/
[2] http://nodejs.org/api/http.html

Packages

php-laminas-diactoros2-2.2.2-2.fc31.remi.noarch [56 KiB] Changelog by Remi Collet (2020-01-23):
- fix autoloader, ensure functions are not defined twice
php-laminas-diactoros2-2.2.2-1.fc31.remi.noarch [56 KiB] Changelog by Remi Collet (2020-01-22):
- update to 2.2.2
- rename to php-laminas-diactoros2
- install to /usr/share/php/Laminas/Diactoros2
- raise dependency on PHP 7.1
- add dependency on psr/http-factory
- switch to phpunit7