php-http/discovery
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.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| andrewmy/rabbitmq-management-api | PHP 7.1+/8 wrapper for the RabbitMQ Management HTTP API. Provides an object-oriented client for queues, exchanges, publish, and more, using PHP-HTTP/HTTPlug so you can plug in any compatible HTTP client (e.g., Guzzle adapter). | 0 | 0 | 8 | 4K | 0 | 21.3 | 59.1 | MIT | 3 months ago | |
| deeplcom/deepl-php | Official PHP client for the DeepL API. Translate text and documents with simple methods like translateText(), using your DeepL authentication key. Composer install, supports PHP 7.3+ with ongoing updates as the API evolves. | 261 | 264 | 30 | 345K | 23 | 37.8 | 60.8 | MIT | 1 week ago | |
| elastic/transport | PSR-7/17/18 HTTP transport library for Elastic PHP clients. Uses HTTPlug discovery for clients/factories and supports async via compatible PSR-18 clients (e.g., Guzzle, Symfony). Falls back to a built-in cURL client if none found. | 19 | 18 | 18 | 1M | 4 | 29.0 | 66.8 | MIT | 11 months ago | |
| enqueue/stomp | Enqueue STOMP transport: a Queue Interop implementation for sending and consuming messages over the STOMP protocol. Includes docs and community support resources; MIT licensed. | 5 | 5 | 5 | 2K | 0 | 0.2 | 35.2 | MIT | — | |
| florianv/exchanger | Exchanger is a PHP framework for retrieving currency exchange rates from multiple providers (Fixer, Currency Data, Exchange Rates Data, and more). It offers a unified API for live and historical rates, supporting different base/quote currency constraints per service. | 187 | 187 | 90 | 75K | 0 | 32.6 | 42.3 | MIT | 4 weeks ago | |
| florianv/swap | Retrieve live currency exchange rates from multiple providers (Fixer, currencylayer, exchangeratesapi, etc.) with optional caching and fallbacks. PSR-friendly and integrates with MoneyPHP; also available via Symfony bundle and Laravel package. | 1,330 | 1,340 | 144 | 108K | 0 | 40.0 | 31.1 | MIT | 4 weeks ago | |
| florianv/swap | Retrieve live currency exchange rates from multiple providers (Fixer, currencylayer, exchangeratesapi, etc.) with optional caching and fallbacks. PSR-friendly and integrates with MoneyPHP; also available via Symfony bundle and Laravel package. | 1,330 | 1,340 | 144 | 108K | 0 | 40.0 | 31.1 | MIT | 4 weeks ago | |
| knplabs/github-api | Lightweight, well-tested PHP wrapper for GitHub APIs v3 (REST) and v4 (GraphQL). PSR-17/PSR-18 compatible via HTTPlug, with easy setup using Guzzle, Symfony HttpClient, or other PSR clients. Supports framework integrations (Laravel via graham-campbell/github). | 2,200 | 2,227 | 592 | 489K | 39 | 67.8 | 59.7 | MIT | 1 year ago | |
| laravel/framework | Laravel is a modern PHP web application framework with expressive syntax and batteries-included tooling: fast routing, dependency injection, sessions/cache, migrations, queues, and real-time broadcasting—built to make development enjoyable for apps of any size. | 34,630 | 35,101 | 11,833 | 9M | 55 | 93.2 | 70.6 | MIT | 2 days ago | |
| laravel/passport | Laravel Passport provides an OAuth2 server for Laravel, enabling API authentication with personal access tokens, password and authorization code grants, and client credentials. Integrates with Laravel’s auth system for secure, standards-based token issuing. | 3,401 | 3,452 | 800 | 2M | 4 | 63.8 | 47.0 | MIT | 2 days ago | |
| m4tthumphrey/php-gitlab-api | Modern GitLab API v4 client for PHP 8.1–8.4. Provides a clean, php-github-api-inspired interface to GitLab endpoints, with PSR-18 HTTP client and PSR-17 factory support for flexible integration and authentication. | 948 | 956 | 458 | 97K | 5 | 50.6 | 42.1 | MIT | 1 year ago | |
| meilisearch/meilisearch-php | Official Meilisearch PHP SDK: a fast, easy API client to index documents, manage settings, and run searches with Meilisearch or Meilisearch Cloud. Supports popular HTTP clients and customizable transport. | 739 | 743 | 116 | 730K | 41 | 50.1 | 72.7 | MIT | 2 months ago | |
| mozex/anthropic-php | Unofficial PHP client for Anthropic’s Claude API. Send messages, build prompts, and work with streaming responses using a simple, framework-friendly interface. Great for adding Claude-powered chat and automation to Laravel or any PHP app. | 47 | — | 9 | — | 0 | 20.5 | — | MIT | 1 week ago | |
| open-telemetry/exporter-otlp | OpenTelemetry OTLP exporter for PHP. Send traces to an OpenTelemetry Collector via HTTP (JSON/protobuf) or gRPC (with transport-grpc). Requires a protobuf runtime; for production, install the protobuf PECL extension for best performance. | 7 | 7 | 2 | 1M | 0 | 28.5 | 65.0 | — | 1 month ago | |
| open-telemetry/sdk | OpenTelemetry PHP SDK implementation. Configure manually, via SDK Builder, or enable autoloading with OTEL_PHP_AUTOLOAD_ENABLED and environment-based settings. Use with exporters to generate and export traces, metrics, and other telemetry. | 22 | 25 | 7 | 1M | 0 | 29.6 | 65.0 | — | 2 weeks ago | |
| openai-php/client | Community-maintained PHP client for the OpenAI API. Works with models, responses, chat/conversations, files, images, audio, embeddings, fine-tuning, and more. Simple, typed SDK with streaming support, built for modern PHP and Laravel setups. | 5,761 | 5,776 | 679 | 2M | 16 | 75.1 | 50.8 | MIT | 3 weeks ago | |
| php-http/mock-client | Mock HTTP client for HTTPlug/PHP-HTTP. Stores outgoing requests and returns queued responses or throws exceptions instead of making real network calls—ideal for unit tests of HTTP-dependent code. Install via Composer as a dev dependency. | 71 | 75 | 17 | 234K | 0 | 26.1 | 57.1 | MIT | 1 year ago | |
| php-http/multipart-stream-builder | Build multipart/form-data PSR-7 streams from fields and files, independent of any specific PSR-7 implementation. Useful for composing HTTP request bodies for uploads and complex forms, with easy integration via Composer in php-http based clients. | 293 | 294 | 11 | 4M | 0 | 27.2 | 65.0 | MIT | 1 year ago | |
| symfony/psr-http-message-bridge | Symfony PSR-7 Bridge integrates PSR-7 HTTP messages with Symfony. Convert between Symfony HttpFoundation requests/responses and PSR-7 implementations, enabling interoperability with PSR-7 middleware, libraries, and frameworks. | 1,296 | 1,303 | 56 | 7M | 0 | 37.8 | 60.8 | MIT | 1 week ago | |
| typesense/typesense-php | Official PHP client for the Typesense search API. Built on HTTPlug for flexible HTTP adapters, with examples for indexing, searching, and filtering (including safe filter value escaping). Install via Composer and use with compatible Typesense Server versions. | 264 | 263 | 53 | 431K | 2 | 32.4 | 52.6 | Apache-2.0 | 1 month ago |
How can I help you explore Laravel packages today?