sabre/http
sabre/http is a lightweight PHP toolkit for working with HTTP requests and responses. It wraps superglobals and output functions into extendable, mockable Request/Response objects, with SAPI helpers to create a request and support dependency-injected handlers.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| php-http/plugins | 0.86 | Deprecated plugin collection for HTTPlug (php-http/plugins). Since v1.1 most plugins moved to php-http/client-common; logger, cache, and stopwatch live in separate packages. Use this package only for legacy compatibility. | 12 | 10 | 6 | 191 | 0 | 0.8 | 16.4 | MIT | 10 years ago | |
| loophp/unaltered-psr-http-message-bridge-bundle | 0.85 | Symfony bundle bridging PSR-7 HTTP messages without altering them. Converts between PSR-7 requests/responses and Symfony HttpFoundation safely, preserving headers, body streams, and URIs—useful when integrating PSR-7 middleware or clients in Symfony apps. | 5 | 5 | 1 | 55 | 1 | 2.9 | 14.4 | MIT | 4 years ago | |
| digital-link/httpclient-buzz | 0.85 | Laravel-friendly integration for the Buzz HTTP client, providing a simple way to send HTTP requests and handle responses within your app or package. Useful for lightweight API calls, configurable clients, and swapping transports with minimal setup. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 11 years ago | |
| php-http/message | 0.85 | PSR-7 HTTP message utilities for PHP: authentication implementations, stream encoders, message decorators, cookie handling, request matchers, and PSR-7 factory adapters for Guzzle and Diactoros—handy building blocks for HTTP clients and workflows. | 1,319 | 1,321 | 40 | 5M | 5 | 17.1 | 50.8 | MIT | 1 year ago | |
| ajgarlag/psr-http-message-bundle | 0.85 | — | 8 | 8 | 2 | 10K | 1 | 2.6 | 42.3 | MIT | 3 years ago | |
| phrity/http | 0.85 | Phrity Http provides small PSR-friendly utilities for HTTP in PHP. Includes an HttpFactory wrapper that combines PSR-17 factories (or auto-configures from a single implementation) and a Serializer that converts PSR-7 requests/responses/messages to raw HTTP strings. | 0 | 0 | 0 | 30K | 0 | 12.4 | 60.9 | MIT | 5 months ago | |
| rmccue/requests | 0.82 | Requests is a human-friendly PHP HTTP client for sending GET/POST/PUT/DELETE/PATCH/HEAD requests with headers, auth, files, and parameters. Supports cURL or fsockopen, SSL verification, decompression, and IDN URLs with a consistent API. | 3,573 | 3,647 | 501 | 881K | 93 | 78.9 | 66.0 | NOASSERTION | 1 month ago | |
| spiral/http | 0.82 | Spiral HTTP provides a PSR-7/PSR-15 based request pipeline for building and composing middleware-driven HTTP applications. Lightweight, type-safe, and framework-friendly, with full docs and testing/analysis tooling. | 3 | 3 | 1 | 1K | 0 | 3.6 | 35.4 | MIT | 6 years ago | |
| psr/http-message | 0.82 | PSR-7 HTTP message interfaces for PHP (Request/Response, Streams, URIs, UploadedFiles). Defines common contracts only—no concrete implementation. Ideal for framework-agnostic middleware and libraries needing interoperable HTTP message types. | 7,048 | 7,131 | 186 | 18M | 0 | 37.7 | 55.0 | MIT | 3 years ago | |
| dcarbone/gohttp | 0.82 | Small PHP helper library inspired by Go’s net/http. Provides lightweight, Go-style utilities to simplify common HTTP request/response tasks in PHP, aiming to “PHP-ize” a few useful pieces of the Golang HTTP package. | 0 | 0 | 0 | 3K | 0 | 0.3 | 48.2 | MIT | 4 years ago | |
| culabs/testing-bundle | 0.82 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| aescarcha/business | 0.82 | Symfony bundle providing REST endpoints for managing businesses, with JSON responses and API docs support. Integrates FOSRestBundle, FOSUserBundle, JMS Serializer, NelmioApiDoc, Doctrine extensions, and distance-based business querying. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| symfony/framework-bundle | 0.81 | Symfony FrameworkBundle tightly integrates Symfony components into the full-stack framework, providing core framework services and configuration. Part of the main Symfony repository; see official docs for contributing, issues, and pull requests. | 3,571 | 3,584 | 123 | 5M | 0 | 55.4 | 50.8 | MIT | 1 week ago | |
| egeloen/http-adapter-bundle | 0.81 | — | 3 | 3 | 2 | 0 | 0 | 0.1 | — | MIT | — | |
| redhotmagma/symfony-test-utils | 0.81 | Utilities to simplify testing in Symfony projects. Provides helpers and small tools for common test setup tasks, assertions, and fixtures to reduce boilerplate and speed up writing reliable unit and integration tests. | 0 | 0 | — | 66 | — | 0.0 | 25.1 | — | — | |
| 1pilotapp/symfony-client | 0.81 | 1Pilot Symfony Client integrates your Symfony app with the 1Pilot dashboard for centralized monitoring and management. Track uptime and SSL, detect config and server changes, manage Composer packages, and receive alerts via email, Slack, or Discord. | 7 | 7 | 1 | 13 | 0 | 2.5 | 5.8 | MIT | 2 years ago | |
| zendframework/zend-diactoros | 0.81 | zendframework/zend-diactoros provides PSR-7 HTTP message implementations for PHP, including ServerRequest, Response, Stream, UploadedFile and Uri. Useful for building middleware, APIs and frameworks with interoperable request/response handling. | 1,529 | 1,593 | 145 | 231K | 27 | 14.6 | 27.3 | BSD-3-Clause | 6 years ago | |
| symfony/http-client | 0.80 | Symfony HttpClient provides a robust API to fetch HTTP resources synchronously or asynchronously. It supports modern features like concurrent requests and streaming, and integrates cleanly with the Symfony ecosystem for building reliable HTTP clients. | 2,038 | 2,052 | 51 | 8M | 0 | 46.7 | 58.1 | MIT | 1 week ago | |
| amphp/http-client | 0.80 | Asynchronous HTTP client for PHP built on Revolt with fibers and concurrency. Supports HTTP/1 & HTTP/2, concurrent requests, connection pooling, redirects, gzip/deflate decoding, streaming bodies, TLS by default, cookies/sessions, proxies, and custom methods—no ext/curl dependency. | 729 | 731 | 67 | 812K | 7 | 37.0 | 51.6 | MIT | 2 weeks ago | |
| nategood/httpful | 0.80 | Chainable PHP HTTP client for making REST requests with minimal boilerplate. Supports JSON/XML parsing, automatic serialization, custom headers, auth, redirects, and file uploads. Includes helpful debugging and response wrappers for quick API integrations. | 1,781 | 1,819 | 299 | 150K | 75 | 36.7 | 51.4 | MIT | — |
How can I help you explore Laravel packages today?