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

Httplug Laravel Package

php-http/httplug

HTTPlug provides HTTP client abstraction interfaces for PHP, built on PSR-7 messages. Defines async HttpAsyncClient plus a sync HttpClient similar to PSR-18, enabling libraries to stay client-agnostic while supporting multiple HTTP implementations.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
akeneo/api-php-client 96 98 65 50K 18 15.8 44.9 NOASSERTION 1 year ago
View on GitHub
Context7
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 7 4K 0 13.2 55.4 MIT 5 months ago
View on GitHub
Context7
biplane/yandex-direct 54 54 22 4K 3 9.8 26.7 MIT 1 year ago
View on GitHub
Context7
creatortsv/omnipay-manager-bundle 0 1 0 53 0 2.4 24.5 MIT 2 years ago
View on GitHub
Context7
debril/feed-io PHP library to read and write RSS, Atom, and JSONFeed. Supports feed autodiscovery, enclosures, logos, content filtering, and DateTime conversion. Includes CLI tools, PSR-7 responses with cache headers, PSR-3 logging, and PSR-18 HTTP clients. 263 266 63 23K 11 8.1 23.0 MIT 2 years ago
View on GitHub
Context7
den01101/oauth-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
devanoxltd/php-html-parser Lightweight PHP HTML parser with jQuery-style CSS selectors. Load HTML from strings or files, handle imperfect markup, and traverse nodes (attributes, innerHtml, siblings). Ideal for quick web scraping and DOM extraction in PHP 7.2–7.4. 0 0 0 1 0 5.3 4.3 MIT 9 months ago
View on GitHub
Context7
dinas/shipping-sdk-php 1 1 0 33 0 19.9 20.0 MIT 3 weeks ago
View on GitHub
Context7
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. 20 20 18 1M 4 9.1 56.5 MIT 1 year ago
View on GitHub
Context7
facebook/graph-sdk 3,210 3,159 1,959 421K 139 25.5 34.7 NOASSERTION
View on GitHub
Context7
facebook/php-sdk-v4 Official Facebook Graph SDK for PHP. Authenticate users, obtain access tokens via helpers, and call the Graph API to read/write Facebook data. Composer installable; v5 targets PHP 5.4+ with guidance for upgrading from v4 and Guzzle compatibility notes. 3,208 3,110 1,957 48K 139 25.5 27.3 NOASSERTION
View on GitHub
Context7
florianv/exchanger PHP exchange-rate provider layer with 31 services behind one ExchangeRateService interface. Supports historical rates, PSR-16 caching, and chainable fallback across providers (commercial APIs, ECB, national banks, exchangerate.host) for fine-grained control. 185 186 90 85K 0 32.1 43.0 MIT 3 weeks ago
View on GitHub
Context7
friendsofsymfony/http-cache-bundle Symfony bundle to enhance HTTP caching: configure cache headers by path/controller, tag responses and invalidate by tags, set up invalidation schemes without code, send purge/ban requests efficiently, vary cache by user type, and plug in custom cache clients. 438 440 83 197K 10 32.0 44.9 NOASSERTION 3 months ago
View on GitHub
Context7
happyr/translation-bundle 0 52 5 4.4 3.2
View on GitHub
Context7
j0k3r/graby Graby extracts clean article content from web pages. Built on php-readability and FiveFilters site_config patterns, it’s a composer-friendly, decoupled, fully tested fork of Full-Text RSS. Requires PHP 8.2+, Tidy and cURL. 388 390 74 8K 36 41.7 38.7 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
jane/openapi-runtime Deprecated runtime package for Jane OpenAPI. This repository is no longer maintained; development has moved to the main janephp/janephp project. Use that repo for current OpenAPI runtime components and updates. 6 6 3 257 0 0.2 15.4 MIT 9 years ago
View on GitHub
Context7
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,203 2,229 590 434K 39 48.0 48.5 MIT 1 year ago
View on GitHub
Context7
kriswallsmith/buzz Buzz is a lightweight PHP HTTP client library with a simple API for sending requests and handling responses. It supports PSR-7 messages and PSR-18 clients, integrates with common transports, and is ideal for quick integrations, APIs, and webhooks. 1,920 1,960 250 279K 8 43.9 37.7 MIT 3 weeks ago
View on GitHub
Context7
lstrojny/fxmlrpc 142 146 43 67K 7 4.0 38.8
View on GitHub
Context7
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. 952 956 457 98K 1 46.8 32.4 MIT 4 weeks ago
View on GitHub
Context7
mailerlite/mailerlite-php Official MailerLite PHP SDK for the MailerLite API v2. Manage subscribers, campaigns, groups, segments, fields, forms, automations, webhooks, timezones/languages, and batch requests. Includes tests and PHPStan support. 32 32 10 33K 6 13.1 46.6 MIT 6 months ago
View on GitHub
Context7
open-feature/flagd-provider 2 2 1 20K 0 0.1 52.9
View on GitHub
Context7
paquettg/php-html-parser Fast, lightweight HTML parser for PHP that turns messy markup into a DOM-like tree. Crawl and scrape pages, query elements with CSS selectors, and extract text/attributes easily. Works with imperfect HTML and focuses on simple, fluent usage. 2,403 2,453 469 89K 54 43.8 26.8 MIT
View on GitHub
Deep Wiki
Context7
php-feed-io/feed-io feed-io is a PHP library for reading and writing RSS and Atom feeds. It handles fetching, parsing, and generating feed content with an easy-to-use API, making it simpler to consume external feeds or publish your own in PHP applications. 16 16 4 31K 9 23.4 55.3 MIT 1 month ago
View on GitHub
Context7
php-http/client-common 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 29.3 58.1 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
php-http/client-integration-tests Integration test suite for PHP-HTTP clients. Helps verify that any HTTPlug/PSR-18 compatible client behaves correctly and consistently across common scenarios, making it easier to validate implementations and avoid regressions. 16 17 9 3K 1 14.6 33.3 MIT 5 months ago
View on GitHub
Context7
php-http/curl-client 483 490 29 752K 11 26.2 51.8 MIT 5 months ago
View on GitHub
Context7
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. 1,322 1,328 47 8M 3 17.9 53.2 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
php-http/guzzle6-adapter PSR-7/PSR-18 compatible adapter that lets you use Guzzle 6 as an HTTPlug HTTP client. Provides a bridge for sending requests through Guzzle while working with php-http contracts, useful for libraries that depend on standardized HTTP interfaces. 1,349 54 2 4.4 MIT 5 years ago
Deep Wiki
Context7
php-http/guzzle7-adapter PSR-7/PSR-18 adapter for Guzzle 7 used by HTTPlug. Lets libraries using PHP-HTTP talk through Guzzle 7 with a standard client interface, including synchronous requests and integration-friendly configuration for modern PHP projects. 91 90 7 2M 2 2.3 55.1 MIT 1 year ago
View on GitHub
Context7
php-http/httplug-bundle 389 390 51 237K 5 31.5 45.6 MIT 1 month ago
View on GitHub
Context7
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 239K 0 6.1 48.6 MIT 1 year ago
View on GitHub
Context7
php-http/plugins 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
View on GitHub
Context7
php-http/socket-client PSR-7/PSR-18 HTTP client built on PHP streams. Supports TCP and UNIX domain sockets, TLS/SSL encryption, and client certificates. Lightweight, dependency-minimal option for making HTTP requests via socket connections. 81 82 42 63K 0 18.8 44.2 MIT 4 months ago
View on GitHub
Context7
php-translation/translator 25 25 16 977 9 5.2 23.9 MIT 5 years ago
View on GitHub
Context7
stormpath/sdk Stormpath PHP SDK provides PHP access to Stormpath’s user management API: authentication and authorization, user profiles, hosted login/SSO, social and SAML logins, and API key authentication. Install via Composer (stormpath/sdk). 71 73 46 16 23 6.4 6.3 NOASSERTION 9 years ago
View on GitHub
Context7
supervisorphp/supervisor PHP client and wrapper for controlling Supervisor via its XML-RPC API. Manage processes, start/stop/restart programs, read status and logs, and integrate Supervisor control into Laravel or any PHP app with a simple, fluent interface. 244 24 2 2.5 0.8 MIT 4 years ago
Context7
symfony/http-client 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
View on GitHub
Deep Wiki
Context7
symfony/symfony Symfony is a robust PHP framework and component library for building web apps and APIs. It offers a mature ecosystem, reusable components, strong tooling, and long-term support, powering everything from small sites to large enterprise platforms. 31,061 31,363 9,841 268K 272 79.9 31.5 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
toin0u/digitalocean-v2 Modern DigitalOcean API v2 client for PHP 8.1–8.5. PSR-7/17/18 and HTTPlug compatible, decoupled from any HTTP client. Install via Composer (e.g., with Guzzle) with optional Laravel integration. 728 735 208 20K 0 37.4 23.3 MIT 4 weeks ago
View on GitHub
Context7
typesense/typesense-php Official PHP client for the Typesense search API. Install via Composer with an HTTPlug-compatible HTTP client, then manage collections, documents, and searches using the Typesense server API. Includes examples and safe filter string escaping. 268 263 53 431K 1 30.6 51.3 Apache-2.0 1 month ago
View on GitHub
Context7
woohoolabs/yang 170 170 13 12K 3 2.1 1.1 MIT 2 years ago
View on GitHub
Deep Wiki
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.
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope
anil/file-picker
broqit/fields-ai