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 Factory Implementation Laravel Package

psr/http-factory-implementation

Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
agence-gw/openai-php-client 0 0 0 0.0
View on GitHub
Context7
andrey_mireichyk/roadrunner-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
auth0/auth0-php Auth0 PHP SDK for Authentication and Management APIs. Add login/logout, session-based web apps, stateless APIs with access tokens, and user profile queries. Supports modern token handling and framework integrations via Laravel/Symfony/WordPress SDKs. 408 412 218 512K 1 38.6 53.0 MIT 1 week ago
View on GitHub
Context7
bitandblack/hyphenizer-sdk-php 1 1 0 42 0 0.0 18.5 MIT
View on GitHub
Context7
champs-libres/wopi-lib Laravel-friendly PHP library to integrate WOPI (Web Application Open Platform Interface) with Office Online/Collabora. Provides helpers to implement WOPI endpoints, token handling, file access, and callbacks so you can view/edit documents from your app. 15 15 1 373 1 11.0 20.9 MIT 5 months ago
View on GitHub
Context7
deeplcom/deepl-php Official PHP client for the DeepL API. Translate text and documents with DeepL’s high-quality machine translation using a simple DeepLClient. Install via Composer, supports PHP 7.3+, and includes configurable options for requests. 258 262 31 333K 22 35.3 58.9 MIT 1 month ago
View on GitHub
Context7
dinas/shipping-sdk-php 1 1 0 33 0 19.8 20.0 MIT 3 weeks ago
View on GitHub
Context7
dormilich/http-client-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dormilich/http-oauth-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ecphp/api-gw-authentication-bundle 0 1 0 0.8
View on GitHub
Context7
ecphp/cas-lib Laravel-oriented PHP CAS (Central Authentication Service) library for integrating SSO into your app. Provides CAS client features like login/logout handling, ticket validation, and user attribute retrieval, aiming for straightforward setup and compatibility with common CAS servers. 18 18 5 7K 0 7.2 35.6 BSD-3-Clause 1 year ago
View on GitHub
Context7
facile-it/php-openid-client Full-featured PHP OpenID Connect/OAuth2 client with discovery and dynamic client registration. Supports authorization flows, refresh/client credentials grants, userinfo & ID tokens, JWT signing/encryption, request objects, token revocation/introspection, and advanced client auth. 41 42 11 22K 4 17.4 42.9 5 months ago
View on GitHub
Context7
geocoder-php/common-http Common HTTP layer for Geocoder PHP providers. Includes shared HTTP client abstractions, request/response handling, and helpers to integrate PSR-18 clients and PSR-7 messages, keeping geocoding providers lightweight and consistent across transports. 187 188 5 525K 0 3.8 47.6 MIT 1 year ago
View on GitHub
Context7
google-gemini-php/client Community-maintained PHP client for the Google Gemini API. Send text, images, and video; run multi-turn chat with streaming; generate images and speech; structured output, function calling, code execution, grounding/search, token counting, plus file and cached-content management. 407 410 84 159K 7 26.9 41.2 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
jord-jd/password_exposed Laravel package to block compromised passwords using the Have I Been Pwned Pwned Passwords API. Adds easy validation rules and checks during registration or password changes, helping prevent users from choosing exposed credentials. 222 221 37 96 0 17.0 2.8 LGPL-3.0 3 months 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 427K 39 48.0 48.4 MIT 1 year ago
View on GitHub
Context7
laravel/passport Laravel Passport provides a full OAuth2 server for Laravel, making API authentication simple with access tokens, personal access tokens, and client credentials. Officially maintained, with extensive docs and integrations for securing first- and third-party APIs. 3,405 3,455 803 2M 2 61.8 45.3 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
loophp/psr17 loophp/psr17 provides a PSR-17 HTTP message factory implementation for PHP, helping you create PSR-7 requests, responses, streams, URIs, and uploaded files in a standards-compliant way. Suitable for libraries and middleware needing PSR factories. 1 1 0 7K 1 3.5 53.3 MIT 3 years ago
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 1 month ago
View on GitHub
Context7
mailjet/mailjet-apiv3-php Official Mailjet PHP wrapper for the Mailjet API v3. Send and track transactional emails, manage contacts, lists and templates, handle events, and integrate Mailjet features in PHP apps with simple client setup and HTTP calls. 272 275 91 248K 1 16.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
mozex/anthropic-php PHP client for Anthropic’s Claude API. Provides a simple, typed interface for sending messages and handling responses, with support for streaming, models, and common request options—easy to integrate into Laravel or any PHP app. 47 49 9 56K 0 23.4 49.1 MIT 1 month ago
View on GitHub
Context7
norkunas/onesignal-php-api 235 244 82 14K 6 14.6 27.2 MIT 1 year ago
View on GitHub
Context7
open-telemetry/exporter-zipkin OpenTelemetry Zipkin Exporter for PHP. Sends OpenTelemetry traces to a Zipkin collector for storage and visualization. Use with the OpenTelemetry PHP SDK to export spans over HTTP, enabling distributed tracing and diagnostics in your applications. 0 1 0 97K 0 19.5 63.3 2 months ago
View on GitHub
Context7
open-telemetry/sdk OpenTelemetry PHP SDK for generating and exporting traces, metrics, and logs. Use with compatible exporters and configure via code or environment variables. Supports Composer autoload-based SDK initialization and global tracer/meter providers. 23 27 7 2M 0 26.2 63.3 2 months ago
View on GitHub
Context7
openai-php/client Community-maintained PHP client for the OpenAI API. Send requests for models, responses and chat, conversations, containers and files, with streaming support and a clean, typed interface. Install via Composer and use in any PHP app (Laravel-friendly). 5,790 5,806 680 2M 16 73.1 48.6 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
opensearch-project/opensearch-php Official PHP client for OpenSearch. Provides a convenient, low-level API for indexing and searching documents, managing clusters and indices, and calling OpenSearch endpoints from Laravel or any PHP app. Supports modern PHP versions and common auth options. 152 154 74 1M 37 37.1 75.8 NOASSERTION 2 months ago
View on GitHub
Deep Wiki
Context7
php-http/cache-plugin PSR-6 cache plugin for HTTPlug clients. Automatically caches HTTP responses (and can serve stale on error) with configurable cache strategies, TTL, and cache key generation. Drop it into your plugin chain to cut latency and reduce repeated requests. 250 251 18 624K 7 28.5 56.6 MIT 3 weeks 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/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 227K 0 6.1 48.3 MIT 1 year ago
View on GitHub
Context7
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. 294 295 11 3M 0 7.2 55.3 MIT 1 year ago
View on GitHub
Context7
ratchet/rfc6455 Protocol handler for RFC6455 WebSockets. Provides server/client handshake and message framing/negotiation components while staying framework-agnostic and I/O-free. Leaves spec ambiguities to implementers and integrates HTTP upgrade via PSR-7 interfaces. 0 235 2M 6.0 55.0
View on GitHub
Context7
spiral/framework Spiral Framework is a high-performance, long-running full-stack PHP framework built for RoadRunner. PSR-compliant components, resident memory kernel, and native support for queues, GRPC, WebSockets, and background workers. 2,047 2,048 91 96K 44 53.4 45.6 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
square/square Official Square PHP SDK (PHP 8.1+) for interacting with Square APIs. Install via Composer, instantiate SquareClient with a token or SQUARE_TOKEN env var, and call resources like payments. Supports production/sandbox base URLs and custom endpoints. 75 77 53 148K 0 30.9 53.3 MIT 2 weeks ago
View on GitHub
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.3 23.2 MIT 1 month ago
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.
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
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