Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more β
Guzzle Alternatives
Similar projects and alternatives to Guzzle
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
Requests
Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries. (by rmccue)
-
-
PHP VCR
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Guzzle discussion
Guzzle reviews and mentions
-
Accessing Azure storage with a shared key in php
The microsoft offical libraries are deprecated, so I made a the project caiofior/azure_storage using guzzle to access at this resources with a shared key.
-
Open Source Projects You Can Lay Your Hand On
Guzzle is a PHP HTTP client library. Itβs a simple and effective solution for sending HTTP requests and managing HTTP/1.1 and HTTP/2.0 responses. This versatile tool excels in several areas, allowing developers to build query strings quickly, send POST requests, upload JSON data, and handle other HTTP-related tasks. Moreover, Guzzle facilitates both synchronous and asynchronous request handling, providing flexibility for different scenarios.
-
What GraphQL client package are you using?
Symfony HTTP Client or Guzzle. If new build then Symfony, but have a lot of existing implementations with Guzzle. Both have worked very well. Worst case fallback to cURL.
-
How to integrate Microsoft Graph API into Symfony?
but if you'd rather make raw requests, guzzle is a good option (though I'd opt for the sdk): https://github.com/guzzle/guzzle
-
PHP, REST API and Mikrotik Routers
PHP has built-in cURL support, but I never use it. I like using Guzzle or Symfony's http-client.
-
Why is the cURL package missing libz?
I just ran into multiple errors regarding the pre-packaged cURL: It does not feature accepting compressed responses (which I suppose is due to absense of `libz` being compiled/linked in).
- CVE-2022-29248 for guzzlehttp/guzzle: Cross-domain cookie leakage
- GitHub - guzzle/guzzle: Guzzle, an extensible PHP HTTP client
-
Queues vs Schedule to monitor websites
I am busy building a small application that monitors websites using guzzle. My idea is to run through the list of websites alphabetically and make a guzzle request to each and update my table with the http response codes of each site.
- How do you test your code ?
-
A note from our sponsor - InfluxDB
influxdata.com | 25 Apr 2025
Stats
guzzle/guzzle is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Guzzle is PHP.