Requests
PHP VCR
Requests | PHP VCR | |
---|---|---|
2 | 1 | |
3,573 | 1,179 | |
0.1% | 0.3% | |
7.3 | 5.8 | |
14 days ago | about 1 month ago | |
PHP | PHP | |
GNU General Public License v3.0 or later | MIT License |
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.
Requests
- Do not upgrade to 6.4, it has a known bug
-
API Client Design Across Languages - Part 2 - Making Requests
Like Node.js, the PHP ecosystem has quite a number of good HTTP request libraries. Guzzle is perhaps one of the most well known, but there are many other popular libraries out there. Luckily, PHP also has some interface standards around HTTP clients and messages, particularly PSR-7, PSR-17, and PSR-18,
PHP VCR
-
PHP and LLMs book - Local LLMs: Streamlining Your Development Workflow
I know there is the VCR library as well but I just wanted something more simple in my day to day workflow.
What are some alternatives?
Guzzle - Guzzle, an extensible PHP HTTP client
curl-impersonate-php - Curl-Impersonate-PHP is an implementation of the original project Curl-Impersonate, available at https://github.com/lwthiker/curl-impersonate, which introduces a specialized cURL build that can mimic the behavior of four major browsers. By using Curl-Impersonate-PHP, you can make HTTP requests from PHP using cURL but with headers and behavior that resemble Chrome, Firefox, Safari, or Microsoft Edge.
HTTPFul - A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
Retrofit - Retrofit implementation in PHP. A REST client for PHP.
zend-diactoros
Phi/Middleware
Buzz - PHP's lightweight HTTP client
HTTPlug - HTTPlug, the HTTP client abstraction for PHP