Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Http Client Implementations Laravel Package

psr-discovery/http-client-implementations

Discovers an installed PSR-18 HTTP client at runtime by checking for well-known implementations and returning the first available instance. Ideal for SDKs/libraries to support PSR-18 without hard dependencies or extra user configuration.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
php-http/discovery 0.88 Auto-discovery for HTTP clients and factories: finds PSR-18 clients and PSR-17/PSR-7 implementations at runtime, so libraries can depend on interfaces without forcing a specific vendor. Includes a Composer plugin for optional auto-installation. 1,322 1,331 47 9M 3 17.9 53.8 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
dormilich/http-client 0.85 Lightweight PHP HTTP client wrapper focused on simple requests and responses, with a clean API for common HTTP methods and header/body handling. Useful as a minimal dependency for sending HTTP calls without a full-featured framework. 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
psr/http-client 0.85 PSR-18 interfaces and common code for HTTP clients in PHP. This package provides the standard abstractions (requests, responses, exceptions) for interoperability, not an actual client implementation. Find compatible implementations on Packagist. 1,721 1,731 17 17M 0 11.2 55.1 MIT 2 years ago
View on GitHub
Context7
php-http/client-common 0.85 Common utilities for HTTPlug HTTP clients: a BatchClient for parallel requests, a convenience client exposing HTTP verbs as methods, and emulator/decorator layers for sync and async clients. Designed to simplify client composition and tooling. 1,050 1,053 53 4M 12 26.2 56.6 MIT 8 months ago
View on GitHub
Deep Wiki
Context7
dormilich/http-client-bundle 0.85 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
psr-discovery/http-factory-implementations 0.85 Discovers a PSR-17 HTTP factory at runtime by scanning for well-known implementations and returning the first available instance. Ideal for libraries/SDKs that want PSR-17 support without hard dependencies or user configuration. PHP 8.2+. 7 7 3 478K 0 1.7 55.3 MIT 1 year ago
View on GitHub
Context7
psr-discovery/log-implementations 0.85 Discover available PSR-3 logger implementations at runtime without hard dependencies. Searches for well-known classes and returns the first compatible LoggerInterface instance, ideal for SDKs and libraries; supports multiple popular loggers and mocking/testing options. 8 8 0 489K 0 0.9 55.3 MIT 1 year ago
View on GitHub
Context7
digital-link/httpclient 0.84 Lightweight Laravel/PHP HTTP client wrapper for making outbound requests with a clean, simple API. Provides convenient helpers for common methods, headers, and payloads to speed up calling external APIs in your applications. 0 0 0 0 0 0.0
View on GitHub
Context7
psr-discovery/all 0.84 6 6 0 455K 0 0.9 55.3 MIT 1 year ago
View on GitHub
Context7
jord-jd/psr-18-guzzle-adapter 0.84 Simple PSR-18 adapter for the Guzzle HTTP client, letting you use Guzzle wherever a PSR-18 (ClientInterface) implementation is required. Lightweight, focused package for bridging PSR-compliant libraries with Guzzle. 9 9 7 1K 0 21.9 34.2 LGPL-3.0 2 weeks ago
View on GitHub
Context7
pdeans/http 0.84 Lightweight PSR-7 cURL HTTP client with PSR-17 factory support, built on Laminas Diactoros. Configure via curl options and use helper methods for GET/POST/PUT/PATCH/DELETE/HEAD/TRACE with headers and optional body streams/resources. 14 14 2 199 0 2.5 15.9 NOASSERTION 1 year ago
View on GitHub
Context7
alextartan/guzzle-psr18-adapter 0.84 PSR-18 HTTP client adapter for Guzzle. Wraps Guzzle to provide a PSR-18 ClientInterface, letting you send PSR-7 requests and receive PSR-7 responses with standard client/network/request exceptions. Requires PHP 7.2+. 2 3 0 4K 0 2.8 43.6 Apache-2.0 5 years ago
View on GitHub
Context7
psr-discovery/event-dispatcher-implementations 0.84 Discovers installed PSR-14 event dispatcher implementations (Symfony, League, Yiisoft, etc.) at runtime and returns the first available instance. Ideal for libraries/SDKs to support PSR-14 without hard dependencies or user configuration. 7 7 1 499K 0 1.3 55.3 MIT 1 year ago
View on GitHub
Context7
psr-discovery/container-implementations 0.83 Auto-discovers an available PSR-11 container at runtime by checking for well-known implementations and returning the first match. Ideal for SDKs/libraries that want PSR-11 support without hard dependencies or user configuration. 6 6 1 519K 0 1.3 55.3 MIT 1 year ago
View on GitHub
Context7
symfony/http-client 0.83 Symfony HttpClient provides a modern HTTP client for PHP with sync and async requests, streaming responses, retries, and built-in support for common auth and options. Designed for performance, flexible transports, and smooth integration with Symfony apps. 2,030 2,047 52 9M 0 46.5 58.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
psr-discovery/cache-implementations 0.83 Discovers installed PSR-6 cache implementations at runtime and returns the first available adapter, avoiding hard dependencies in libraries/SDKs. Supports php-cache adapters and Stash, with options to prefer or manually instantiate configurable caches. 8 8 1 455K 0 1.3 55.3 MIT 1 year ago
View on GitHub
Context7
guzzle/http 0.83 Legacy Guzzle HTTP component providing request/response objects, message abstractions, and client utilities for making HTTP calls in PHP. Useful for older Guzzle integrations and compatibility layers; for new projects, prefer modern guzzlehttp/guzzle versions. 32 42 9 52K 0 0.5 44.1
View on GitHub
Context7
ricardofiorani/guzzle-psr18-adapter 0.83 Tiny adapter that lets you use Guzzle as a PSR-18 HTTP client. Bridges PSR-7 requests/responses and promises to the PSR-18 ClientInterface, easing migration to standards-based HTTP without rewriting existing Guzzle integrations. 14 14 3 1K 0 2.1 26.5 MIT 4 years ago
View on GitHub
Context7
asanak/laravel-web-call-client 0.82 Laravel package for Asanak WebCall REST API: upload voice files, place voice or OTP calls, check call status, and get credit. Configure via .env, auto-registers service provider/facade, and optionally logs requests/responses to Laravel logs. 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
boson-php/http 0.82 Lightweight HTTP client utilities for PHP. Provides simple request/response handling with a focus on clear, minimal APIs suitable for small services, scripts, and internal tools. Designed to keep dependencies low while staying easy to extend and integrate. 0 0 0 23 0 0.0 19.1 MIT
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky