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

Ringphp Laravel Package

ezimuel/ringphp

RingPHP provides a lightweight, PSR-7–focused abstraction for HTTP clients and servers, inspired by the Ring specification. Compose middleware-style handlers, adapt to popular transports, and build reusable, testable HTTP stacks without locking into a single client.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
ezimuel/guzzlestreams 0.85 A lightweight library that adds stream and iterator utilities on top of Guzzle, making it easier to work with PHP streams, filters, and resource handling. Useful for piping, buffering, and composing stream operations in HTTP-related code. 176 176 2 3M 0 5.7 57.1 MIT 10 months ago
View on GitHub
Context7
diszo2009/zendsearch 0.84 Laravel-friendly integration of ZendSearch for full-text indexing and search. Provides a simple way to configure and use ZendSearch in PHP apps, helping you add fast text search capabilities with minimal setup. 0 0 0 0 0 0.0 BSD-3-Clause
View on GitHub
Context7
handcraftedinthealps/zendsearch 0.84 Laravel-friendly integration of ZendSearch/Lucene for fast full‑text search in your app. Index Eloquent models, run queries with relevance scoring, and manage indexing via simple services/commands—ideal for lightweight search without external engines. 39 39 4 19K 1 15.6 41.1 BSD-3-Clause 4 months ago
View on GitHub
Context7
ongr/elasticsearch-dsl 0.83 Object-oriented Elasticsearch query builder for PHP. Build searches, filters, aggregations and more with a DSL, then export to arrays for elasticsearch-php or ONGR ElasticsearchBundle. Supports Elasticsearch 5/6/7 via versioned releases. 464 470 206 39K 41 31.3 45.2 MIT 3 years ago
View on GitHub
Context7
delormejonathan/elastica 0.83 Laravel-friendly PHP integration for the Elastica Elasticsearch client. Provides simple configuration, service container bindings, and convenient access to an Elastica client within your app for running searches and managing indexes. 0 0 0 5 0 1.2 10.8 MIT 9 years ago
View on GitHub
Context7
ruflin/elastica 0.83 Elastica is a PHP client for Elasticsearch, providing a rich, object-oriented API for indexing, searching, and managing indices. Compatible with Elasticsearch 9.x+ (branch-specific support for older versions) and integrates with elasticsearch-php. 2,273 2,301 729 623K 93 61.4 60.1 MIT 8 months ago
View on GitHub
Context7
guzzlehttp/psr7 0.82 Full PSR-7 message implementation with rich stream support: multiple stream types and decorators (append, buffer, caching, etc.), plus helpers like query-string parsing. Installed via Composer and maintained with v2 for PHP 7.2.5+. 7,944 8,006 20 18M 1 56.8 54.4 MIT 2 weeks ago
View on GitHub
Context7
isswp101/elasticsearch-eloquent 0.82 112 112 14 743 0 1.9 12.2 5 years ago
View on GitHub
Context7
ezsystems/ezplatform-search 0.82 Elasticsearch search integration for eZ Platform (eZ Publish) via the eZ Platform Search component. Provides indexing and query support to power site search, content discovery, and filtering in eZ Platform projects using an Elasticsearch backend. 5 5 3 2K 0 0.1 NOASSERTION 3 years ago
View on GitHub
Context7
symfony/json-streamer 0.81 Stream JSON efficiently with Symfony JsonStreamer. Read and write large JSON structures incrementally from streams to reduce memory usage, with powerful helpers for streaming serialization/deserialization and handling big payloads in real time. 15 14 1 63K 0 28.8 58.3 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
jstewmc/stream 0.81 jstewmc/stream is a small PHP library that provides a simple Stream abstraction for working with PHP stream resources. It helps with reading/writing, buffering, and common stream operations behind a cleaner, object-oriented API. 5 5 0 8K 0 0.0 MIT
View on GitHub
Context7
amphp/http-server 0.76 Non-blocking, concurrent HTTP/1.1 and HTTP/2 application server for PHP 8.1+ built on Revolt and Amp (fibers). Includes TLS, middleware, gzip, and integrations for routing, static files, WebSockets, sessions, and more. 1,324 1,323 102 601K 11 41.2 46.7 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
andreas-glaser/php-helpers 0.76 PHP 8.2+ helper toolkit offering ArrayHelper and other utilities for everyday tasks. Includes dot-notation get/set/unset, key/value lookups, insert/prepend/append, random/first/last helpers, filtering empty values, implode/explode helpers, key casing conversion, and more. 13 14 2 572 0 2.9 22.3 MIT 1 year ago
View on GitHub
Context7
neomerx/limoncello 0.76 Integration layer between neomerx/json-api and Symfony-based apps, used by Limoncello quick-start projects (Laravel Limoncello Collins and Lumen Limoncello Shot). Provides JSON:API wiring and conventions; see the wiki for setup and usage. 18 19 9 1K 1 3.8 26.3 Apache-2.0 10 years ago
View on GitHub
Context7
guzzle/http 0.76 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. 33 42 9 49K 0 0.5
View on GitHub
Context7
laminas/laminas-httphandlerrunner 0.76 Executes PSR-15 HTTP request handlers by bridging PSR-7 requests/responses with common PHP runtimes. Provides runners for SAPI and other environments, simplifying bootstrap, emitting responses, and integrating middleware/handler apps in Laminas or any PSR stack. 72 73 19 540K 2 9.4 1.6 BSD-3-Clause 8 months ago
View on GitHub
Context7
middlewares/utils 0.75 Common utilities for Middlewares PSR packages: auto-discovered PSR-7/PSR-17 Factory (Diactoros, Guzzle, Slim, Nyholm, Sunrise) plus PSR-15 Dispatcher for testing, callable handler helpers, and HTTP error exceptions. 50 50 12 88K 1 9.7 44.4 MIT 1 year ago
View on GitHub
Context7
middlewares/request-handler 0.75 PSR-15/PSR-7 request handler middleware for PHP. Build a flexible pipeline that routes an incoming ServerRequest to your handler stack, with clean delegation and composable middlewares—ideal for frameworks or custom apps needing standard request processing. 45 47 6 40K 0 4.9 40.7 MIT 1 year ago
View on GitHub
Context7
phpxmlrpc/phpxmlrpc 0.75 PHPXMLRPC is a PHP library for building XML-RPC clients and servers. Install via Composer and use it to call remote methods, expose your own XML-RPC endpoints, and troubleshoot integrations with the bundled visual debugger and demos. 243 244 91 137K 8 23.6 43.6 NOASSERTION 7 months ago
View on GitHub
Context7
chaseisabelle/phprom-client 0.75 0 0 1 0 0 0.7 MIT 5 years 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.
anousss007/vigilance
supportpal/eloquent-model
ardenexal/fhir-models
laravel-at/laravel-image-sanitize
romalytar/yammi-audit-log-laravel
ardenexal/fhir-validation
arshaviras/weather-widget
laravel-chronicle/core
sunchayn/nimbus
daikazu/eloquent-salesforce-objects
unseen-codes/chat
romalytar/yammi-jobs-monitoring-laravel
kisame76/filament-db-table-state
nqxcode/laravel-lucene-search
dpfx/laravel-livewire-wizards
workos/workos-php-laravel
sofa/laravel-global-scope
nawasara/auth-primitives
adhocrat-io/arkhe-main
make-dev/orca-harpoon