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

Psr7 Laravel Package

nyholm/psr7

Nyholm PSR-7 is a super lightweight, strict, and fast implementation of PSR-7 with full PSR-17 factories and HTTPlug/PSR-18 compatibility. Create requests, streams, URIs, and server requests with minimal overhead.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
aimeos/ai-admin-graphql Laravel package adding a GraphQL API for Aimeos admin: manage products, categories, customers, orders, and more via flexible queries and mutations. Built for headless backends and integrations, with auth support and Aimeos data model coverage. 951 944 3 3K 0 4.8 8.5 LGPL-2.1
View on GitHub
Context7
aimeos/ai-laravel Integrate the Aimeos eCommerce platform into Laravel. Provides a full-featured online shop with catalog, basket, checkout, and admin backend, plus APIs, themes, and extensible components for fast, scalable store development. 978 966 13 2K 0 5.3 6.9 LGPL-3.0
View on GitHub
Context7
aimeos/aimeos-base Core package for the Aimeos e-commerce framework: foundational components, utilities, and interfaces used by the Aimeos Laravel integration and other adapters. Provides the shared base required to build, extend, and run scalable online shops. 2,111 2,107 3 4K 0 10.7 6.0 NOASSERTION
View on GitHub
Deep Wiki
Context7
aimeos/aimeos-core High-performance e-commerce core for Aimeos, providing the product catalog, pricing, customers, orders, and checkout logic. Framework-agnostic PHP with Laravel integration, extensible via plugins, optimized for large catalogs and multi-site, multi-language shops. 4,454 4,452 127 3K 5 27.6 5.3 NOASSERTION
View on GitHub
Deep Wiki
Context7
aimeos/aimeos-laravel Aimeos for Laravel is a professional, ultra-fast ecommerce package you can install in minutes. Full-featured for shops and marketplaces: multi-vendor/channel, subscriptions, vouchers/discounts, 100+ payment gateways, admin UI, REST/GraphQL APIs, and SEO-ready frontend. 8,576 8,573 1,112 2K 3 40.7 1.6 MIT
View on GitHub
Deep Wiki
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 8 4K 0 21.3 59.1 MIT 3 months ago
View on GitHub
Context7
buggregator/trap Trap is a local Laravel/PHP debugging server that captures dumps, logs, exceptions and traces in one place. Point your app to Trap to inspect requests and runtime events in a clean UI, ideal for development, testing and CI environments. 262 16 31 31.3 13.9 BSD-3-Clause 1 day ago
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. 19 18 18 1M 4 29.0 66.8 MIT 11 months ago
View on GitHub
Context7
elasticsearch/elasticsearch Official PHP client for Elasticsearch. Connect to local or Elastic Cloud clusters and access 500+ REST API endpoints to index, search, retrieve, and delete documents, manage indices, and more, with docs and tooling for testing and mocking. 5,343 5,520 971 3M 13 72.9 50.1 MIT 2 months ago
View on GitHub
Context7
embed/embed Extract rich metadata and embed code from any URL using oEmbed, Open Graph, Twitter Cards, and HTML scraping. Works with services like YouTube, Vimeo, Instagram, GitHub, and more. PHP 7.4+, cURL, PSR-17 compatible. 2,147 2,172 319 262K 70 66.5 65.4 MIT 10 months ago
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Deep Wiki
Context7
internal/dload DLoad is a PHP tool to download and manage binary artifacts (RoadRunner, Temporal, custom tools) for your projects. It automates installs, pins versions, handles cross-platform builds, and keeps binaries out of VCS via CLI and config. 101 99 3 17K 17 35.2 42.2 BSD-3-Clause 1 week ago
View on GitHub
Context7
laravel/vapor-core Core runtime and service providers for running Laravel apps on Laravel Vapor (AWS Lambda). Handles serverless bootstrapping and integrations with queues, databases, Redis, networking, CloudFront, and more for smooth, scalable deployments. 412 414 151 403K 0 35.7 48.6 MIT 4 weeks ago
View on GitHub
Context7
league/commonmark Highly extensible PHP Markdown parser supporting full CommonMark and GitHub-Flavored Markdown. Convert Markdown to HTML with simple converters, customize rendering via extensions, and run safely with options like stripping HTML and blocking unsafe links. 2,944 2,987 210 10M 22 57.5 68.6 BSD-3-Clause 3 weeks ago
View on GitHub
Context7
mollie/mollie-api-php Official PHP client for the Mollie Payments API. Easily create and manage payments, refunds, customers, subscriptions, and orders from your PHP app with a simple, well-documented wrapper around Mollie’s REST endpoints. 600 201 3 30.3 2.2 BSD-2-Clause 2 months ago
Deep Wiki
Context7
nikic/fast-route FastRoute is a high-performance PHP 8.1+ request router using compiled regular expressions. Define routes with patterns and parameters (optional segments, constraints), dispatch by HTTP method and URI, and get NOT_FOUND, METHOD_NOT_ALLOWED, or FOUND with handler and vars. 5,265 5,394 456 2M 18 68.3 51.1 NOASSERTION 2 years ago
View on GitHub
Context7
nyholm/psr7-server Create PSR-7 HTTP requests from PHP superglobals for PSR-15 apps and middleware. A lightweight server-side bridge for Nyholm PSR-7, ideal for frameworks, microservices, and interoperability without coupling to a full stack. 95 98 24 2M 8 27.9 70.4 MIT 2 years ago
View on GitHub
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. 249 250 17 674K 7 29.1 58.0 MIT 4 months 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,049 1,052 53 4M 12 39.6 63.7 MIT 4 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 526 1 24.4 24.5 MIT 4 months 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. 293 294 11 4M 0 27.2 65.0 MIT 1 year ago
View on GitHub
Context7
php-http/psr7-integration-tests Integration test suite to verify PSR-7 HTTP message implementations against the specification. Run the tests in your own PSR-7 package to ensure Request/Response/Stream/URI behavior matches the standard and stays compatible across libraries. 40 41 22 2K 1 23.4 28.7 MIT 4 months ago
View on GitHub
Context7
sentry/sentry Official Sentry SDK for PHP. Capture exceptions, errors, and performance data with rich context, breadcrumbs, and release tracking. Install via Composer and initialize with your DSN. Works standalone and integrates with Symfony and Laravel. 1,904 1,927 468 6M 18 59.6 65.4 MIT 1 week ago
View on GitHub
Context7
sentry/sentry-laravel Official Sentry SDK for Laravel. Automatically capture and report unhandled exceptions and performance data to Sentry, with seamless Laravel integration and configuration. Supports modern Laravel versions and includes tooling for monitoring errors in production. 1,337 1,353 207 3M 20 49.8 64.9 MIT 2 days ago
View on GitHub
Context7
slim/http Slim-Http provides Slim-style PSR-7 decorators and factories for responses, server requests, and URIs. Wrap any PSR-7 implementation (Nyholm, Laminas, etc.) to get convenient methods like Response::withJson() while staying PSR-7 compatible. 150 153 45 53K 6 28.6 45.0 MIT 1 year ago
View on GitHub
Context7
slim/slim Slim is a PHP micro-framework for building fast, simple web apps and APIs. PSR-7/PSR-15 compatible, with flexible routing and middleware. Choose your preferred PSR-7 implementation (Slim-Psr7, Nyholm, Guzzle, etc.) and optional Slim-Http decorators. 12,246 12,513 1,958 865K 10 72.1 35.1 MIT 4 months ago
View on GitHub
Context7
solarium/solarium Solarium is a PHP client library for Apache Solr that models Solr concepts with a clean, documented API, simplifying complex query parameters beyond basic HTTP calls. Requires PHP 8.1+ and supports cURL, a pure-PHP adapter, or any PSR-18 client. 935 957 300 555K 11 46.0 50.0 NOASSERTION 5 months ago
View on GitHub
Context7
spatie/laravel-export Export a Laravel app as a static site bundle. Crawls your routes to generate HTML for every URL and copies your public assets into an export folder, ready to upload to Netlify or any static host—keep Laravel tools locally while deploying static. 659 659 62 5K 0 32.2 14.8 MIT 1 month ago
View on GitHub
Context7
spiral/auth-http Spiral auth-http provides HTTP authentication middleware and token transports for Spiral apps. Integrate auth into request pipelines and pass credentials via headers or other HTTP mechanisms, with strong typing, tests, and framework-friendly setup. 0 0 0 494 0 21.2 43.8 MIT 5 years ago
View on GitHub
Context7
spiral/cookies PSR-7 cookie management for Spiral apps: create, encrypt/sign, and send cookies via a middleware-driven CookiesManager. Provides helpers for queueing and clearing cookies, supports secure defaults and seamless integration with Spiral HTTP workflows. 3 3 0 750 0 21.5 37.0 MIT 5 years ago
View on GitHub
Context7
spiral/filters Spiral Filters provides a simple way to define, validate, and apply request-driven filters to query builders in Spiral apps. Build reusable filter sets, map input to conditions, and keep controllers thin while supporting pagination, sorting, and clean APIs. 3 3 1 84 0 23.3 21.8 MIT 5 years ago
View on GitHub
Context7
spiral/http 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 23.6 41.6 MIT 6 years ago
View on GitHub
Context7
spiral/nyholm-bridge Spiral Framework bridge to Nyholm PSR-7/PSR-17 implementations. Install via Composer and enable NyholmBootloader to swap out the default Diactoros HTTP bootloader for Nyholm factories and message objects. 1 1 1 209K 0 22.7 65.0 MIT 3 years ago
View on GitHub
Context7
spiral/roadrunner-http HTTP plugin for the RoadRunner PHP application server. Provides PSR-7/PSR-17 based request/response handling, middleware support, and integration helpers to run high-performance PHP apps with persistent workers and fast HTTP serving. 77 78 9 487K 0 27.3 61.7 MIT 1 month ago
View on GitHub
Context7
spiral/streams spatial/streams is a lightweight PHP stream utility for working with data as readable/writable streams. It provides simple abstractions to compose, transform, and pipe stream content, useful for file handling, IO workflows, and integrating stream-based APIs. 2 2 0 2K 0 21.5 44.2 MIT 6 years ago
View on GitHub
Context7
spiral/testing Testing SDK for Spiral Framework packages. Provides a custom TestCase with a TestApp so you can test packages without a full application setup. Configure root directory and bootloaders, and keep test app config under tests/app. PHP 8.1+, Spiral 3.15+. 7 7 7 167K 9 32.2 69.9 MIT 2 months ago
View on GitHub
Context7
symfony/http-client Symfony HttpClient provides a modern API to fetch HTTP resources synchronously or asynchronously. Supports efficient streaming, retries, and multiple transports, making it easy to integrate robust HTTP requests into Symfony or any PHP app. 2,033 2,047 52 7M 0 43.1 57.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Context7
webonyx/graphql-php PHP implementation of the GraphQL specification, based on graphql-js. Build schemas, types, and execute queries/mutations in your PHP apps. Widely used, well-tested, and documented with examples and class reference. 4,707 4,730 572 2M 36 81.3 65.0 MIT 1 week 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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport