GitHub / symfony / psr-http-message-bridge
PSR HTTP message bridge
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fpsr-http-message-bridge
PURL: pkg:github/symfony/psr-http-message-bridge
Stars: 1,297
Forks: 57
Open issues: 0
License: mit
Language: PHP
Size: 271 KB
Dependencies parsed at: Pending
Created at: over 10 years ago
Updated at: 15 days ago
Pushed at: 15 days ago
Last synced at: 15 days ago
Commit Stats
Commits: 24
Authors: 10
Mean commits per author: 2.4
Development Distribution Score: 0.542
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/symfony/psr-http-message-bridge
Topics: component, http, http-message, php, psr-17, psr-7, symfony, symfony-component
Funding Links https://github.com/sponsors/fabpot, https://github.com/sponsors/nicolas-grekas, https://symfony.com/sponsor, https://tidelift.com/funding/github/packagist/symfony/symfony
v2.2.0
v2.2.0
What’s Changed
- Adjustments for PHP CS Fixer 3 by @derrabus in https://github.com/symfony/psr-http-message-bridge/pull/111
- Drop support for Symfony 4 by @derrabus in https://github.com/symfony/psr-http-message-bridge/pull/114
- Bump psr/http-message version by @erikn69 in https://github.com/symfony/psr-http-message-bridge/pull/113
- Prepare the 2.2.0 release by @derrabus in https://github.com/symfony/psr-http-message-bridge/pull/115
New Contributors
- @erikn69 made their first contribution in https://github.com/symfony/psr-http-message-bridge/pull/113
Full Changelog: https://github.com/symfony/psr-http-message-bridge/compare/v2.1.4...v2.2.0
Download
v2.1.4
v2.1.4
What’s Changed
- perf: ensure timely flush stream buffers by @cidosx in https://github.com/symfony/psr-http-message-bridge/pull/109
- Add PHP 8.2 to CI by @derrabus in https://github.com/symfony/psr-http-message-bridge/pull/110
New Contributors
- @cidosx made their first contribution in https://github.com/symfony/psr-http-message-bridge/pull/109
Full Changelog: https://github.com/symfony/psr-http-message-bridge/compare/v2.1.3...v2.1.4
Download
v2.1.3
v2.1.3
What’s Changed
- Fix for wrong type passed to moveTo() by @lemon-juice in https://github.com/symfony/psr-http-message-bridge/pull/103
- Add missing .gitattributes by @franmomu in https://github.com/symfony/psr-http-message-bridge/pull/104
- Ignore invalid HTTP headers when creating PSR7 objects by @nicolas-grekas in https://github.com/symfony/psr-http-message-bridge/pull/107
New Contributors
- @lemon-juice made their first contribution in https://github.com/symfony/psr-http-message-bridge/pull/103
- @franmomu made their first contribution in https://github.com/symfony/psr-http-message-bridge/pull/104
Full Changelog: https://github.com/symfony/psr-http-message-bridge/compare/v2.1.2...v2.1.3
Download
v2.1.0
v2.1.0
This release adds two classes that have been removed from sensio/framework-extra-bundle previously:
- Added a
PsrResponseListenerto automatically convert PSR-7 responses returned by controllers - Added a
PsrServerRequestResolverthat allows injecting PSR-7 request objects into controllers
Download
Early - functional - release
v0.2 Pre-release
Download