psr17
Provides a PSR17 synthetic implementation. (by loophp)
Nyholm PSR-7
A super lightweight PSR-7 implementation (by Nyholm)
psr17 | Nyholm PSR-7 | |
---|---|---|
1 | 7 | |
1 | 1,214 | |
- | 1.3% | |
4.1 | 3.5 | |
17 days ago | 7 months ago | |
PHP | PHP | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
psr17
Posts with mentions or reviews of psr17.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-31.
-
re: On using PSR abstractions
I did this package not so long ago to avoid dealing with all the needed dependencies: https://github.com/loophp/psr17
Nyholm PSR-7
Posts with mentions or reviews of Nyholm PSR-7.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-29.
-
Testing an OpenAPI specification in PHP
As the documentation states, this package only performs the conversion, so we would need a PSR-7 and a PSR-17 implementation to convert the objects to and from PSR-7. We can use the library the documentation recommends, nyholm/psr7, but there are others.
-
Creating an application #9 - http Factories
The following example shows how to create configuration for the HTTP factories, using the nyholm/psr7 package:
-
The PHPer's Guide to OAuth
Since the library is designed to be easily integrated with different frameworks, it relies on the usage of PSR-7 compliant HTTP messages. To fulfill this requirement, I'll be using the nyholm/psr7 package.
-
Decorator pattern implementing interface
If you go strict PSR-7, as you see in nyholm/psr7, Tobias uses traits to add the functionality of the extended RequestInterface and MessageInterface:
-
Validate your PHP API tests against OpenAPI definitions β a Laravel example
The Symfony folks thought of this, however, and provided a bridge that converts HttpFoundation objects to PSR-7 ones. The bridge simply needs a PSR-7 and PSR-17 factory, for which they suggest to use Tobias Nyholm's PSR-7 implementation.
-
re: On using PSR abstractions
βIn theory, theory and practice are the same. In practice, they are not.β (Dr. Albert Einstein). I believe same goes for packages, too. A good example is the [comparison](https://github.com/Nyholm/psr7) of some PSR-7 implementations.
-
Introducing FEAST Framework
The point is why would I pull in code in the first place that is not needed? If it is optional, then why is it not a separate package? Same with all of the bloated HTTP requests and response objects that frameworks and other libs usually use. I really like https://github.com/Nyholm/psr7 for that reason, it has a table in it's readme.md that is pretty much enough to know why I like it. If something specific is needed it can be decorated or extended on project level.
What are some alternatives?
When comparing psr17 and Nyholm PSR-7 you can also consider the following projects:
gruvbox-factory - π convert any image to the gruvbox pallete
Laminas Diactoros - PSR HTTP Message implementations
laravel-factory-refactor - Refactor the style of factory call from helper to static in Laravel 8.x, 9.x, 10.x.
php-http-header-response - A simple package to send HTTP header responses β¨
lucid - Declare database migrations and factory definitions inside Laravel models.
swagger-php - A php swagger annotation and parsing library