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

Centrifugo Laravel Package

roadrunner-php/centrifugo

PHP client for Centrifugo with RoadRunner integration, helping you publish messages and manage real-time channels from your app. Lightweight package aimed at fast, scalable WebSocket/SSE push in PHP services.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
spiral/roadrunner-grpc 0.82 Laravel-friendly integration for RoadRunner gRPC: run high-performance PHP gRPC servers/workers, handle protobuf-based services, and communicate with the RoadRunner runtime for fast, long-lived processes and efficient microservices. 65 67 13 240K 0 24.9 57.9 MIT 10 months ago
View on GitHub
Context7
spiral/roadrunner-worker 0.80 PHP worker library for running apps on RoadRunner with the Spiral ecosystem. Provides a Worker API to handle incoming requests/jobs and communicate with the RoadRunner server, enabling high-performance, long-running PHP processes for HTTP and background tasks. 21 21 5 584K 0 26.6 65.0 MIT 11 months ago
View on GitHub
Context7
spiral/roadrunner-tcp 0.79 TCP transport for Spiral RoadRunner applications. Provides a simple PHP TCP server/worker communication layer and helpers to read/write payloads over sockets, enabling custom RPC-style messaging and integration where HTTP isn’t required. 9 9 1 178K 0 22.2 65.0 MIT 9 months ago
View on GitHub
Context7
spiral/roadrunner-bridge 0.78 Bridge RoadRunner plugins into Spiral Framework apps. Provides bootloaders for HTTP, Queue/Jobs, KV Cache, gRPC, Centrifugo, TCP, Metrics, Logger, Locks, and scaffolding integration. Requires PHP 8.1+ and Spiral 3.14+. 64 63 11 169K 13 33.6 61.3 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
spiral/roadrunner 0.77 RoadRunner is a high-performance PHP application server and process manager written in Go. It runs PHP apps as long-lived workers and supports plugin-based features like HTTP/2/3, HTTPS, and FastCGI with PSR-7/17 compatibility—an alternative to Nginx+FPM. 8,432 8,437 421 600K 81 85.0 60.2 MIT 1 week ago
View on GitHub
Context7
pusher/pusher-php-server 0.77 1,469 1,496 316 3M 0 45.8 54.1 1 year ago
View on GitHub
Context7
graham-campbell/guzzle-factory 0.76 Simple factory for creating Guzzle HTTP clients with sensible defaults. Configure options like base_uri and get a ready-to-use client in one call. Supports PHP 7.4–8.5 and integrates cleanly into modern PHP projects. 91 93 4 187K 0 29.0 53.8 MIT 3 weeks ago
View on GitHub
Context7
spiral/roadrunner-cli 0.76 RoadRunner CLI provides handy commands for managing the RoadRunner PHP application server. Install the right rr binary for your OS/CPU, generate example .rr.yaml configs with plugins/presets, and streamline local and CI setup. 29 29 16 499K 0 27.8 65.0 MIT 3 months ago
View on GitHub
Context7
google/cloud-core 0.75 Shared core infrastructure for Google Cloud PHP libraries, including common transport, auth, retry, and configuration utilities. Not intended for direct use—required by other Google Cloud components. Stable GA with backwards-compatible minor and patch releases. 343 346 21 3M 0 31.6 65.0 Apache-2.0 5 hours ago
View on GitHub
Context7
google/cloud-pubsub 0.75 Idiomatic PHP client for Google Cloud Pub/Sub. Publish and consume messages between services using REST or gRPC (streaming supported). Install via Composer (google/cloud-pubsub) and authenticate with Google Cloud credentials. 90 94 24 531K 0 31.0 61.2 Apache-2.0 5 hours ago
View on GitHub
Context7
spiral/queue 0.72 Spiral Queue provides a unified API to enqueue and process background jobs in Spiral apps, with drivers for popular backends, configurable workers, retries, and delayed execution. Use it to offload emails, imports, and other long-running tasks. 1 1 0 398 0 0.0 31.8 MIT
View on GitHub
Context7
amphp/amp 0.68 AMPHP (AMP) accelerates PHP concurrency with fibers, eliminating callbacks and generators. Built on PHP 8.1’s cooperative coroutines, it lets you run async tasks like sync code—ideal for I/O-bound apps. Use Amp\async() for parallel execution and Future::await() to handle results seamlessly. No event... 4,410 4,422 258 3M 15 63.4 53.0 MIT 7 months ago
View on GitHub
Deep Wiki
Context7
sabre/http 0.66 sabre/http is a lightweight toolkit for working with HTTP in PHP. It wraps superglobals and output functions into extendable, mockable Request and Response objects, making it easier to read request data and send headers/body consistently across your app. 190 197 59 257K 5 33.3 53.6 BSD-3-Clause 7 months ago
View on GitHub
Context7
guzzlehttp/guzzle 0.65 Guzzle is a PHP HTTP client for sending sync or async requests with an easy API. Built on PSR-7 and PSR-18, supports middleware, cookies, streaming uploads/downloads, and JSON. Transport-agnostic for flexible integrations. 23,449 24,300 2,383 16M 16 75.5 60.2 MIT 7 months ago
View on GitHub
Context7
apimatic/unirest-php 0.64 Lightweight PHP HTTP client for making REST calls with minimal setup. Includes support for common verbs, headers, query params, JSON bodies, timeouts, and basic response handling. Useful for quick API integrations and scripts. 22 22 12 261K 0 25.6 65.0 NOASSERTION 9 months ago
View on GitHub
Context7
nategood/httpful 0.64 Chainable PHP HTTP client for making REST requests with minimal boilerplate. Supports JSON/XML parsing, automatic serialization, custom headers, auth, redirects, and file uploads. Includes helpful debugging and response wrappers for quick API integrations. 1,820 1,882 301 160K 75 36.9 51.7 MIT
View on GitHub
Deep Wiki
Context7
rmccue/requests 0.64 A simple, lightweight HTTP library for PHP. Requests provides an easy API for making GET/POST calls, handling headers, cookies, redirects, proxies, timeouts, and authentication, with support for transports like cURL and sockets. 3,579 3,653 502 707K 94 80.1 69.0 NOASSERTION 3 months ago
View on GitHub
Context7
revolt/event-loop 0.64 Revolt is a rock-solid event loop for concurrent PHP 8.1+ apps using fibers. It enables non-blocking I/O with synchronous code, serving as a minimal, shared scheduler base for libraries like Amp and ReactPHP. 922 912 38 3M 10 34.2 62.4 MIT 4 months ago
View on GitHub
Context7
kevinrob/guzzle-cache-middleware 0.64 RFC 7234-compliant HTTP cache middleware for Guzzle 6+. Add to a HandlerStack to transparently cache responses and speed up API calls. Supports PSR-7 and multiple backends: Laravel Cache, Flysystem, PSR-6/16, and WordPress object cache. 432 435 79 371K 20 39.6 56.2 MIT 4 weeks 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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
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
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation
uri-template/tests