roadrunner-php/lock
PHP locking primitives for RoadRunner apps: simple, lightweight mutex/lock abstractions to coordinate concurrent jobs and prevent race conditions across workers. Useful for guarding critical sections and safely sharing resources in high-throughput services.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| amphp/sync | 0.75 | Async synchronization primitives for Amp PHP: mutexes, semaphores, locks, and a synchronized helper. Coordinate concurrent fibers, ensure mutual exclusion, and cap parallel work (e.g., limit HTTP requests) with simple, safe abstractions. | 192 | 191 | 12 | 3M | 0 | 6.7 | 55.3 | MIT | 1 year ago | |
| aboutcoders/resource-lock-bundle | 0.75 | Symfony bundle providing a resource locking system backed by ORM. Configure a default lock manager and optional custom managers with prefixes, then fetch lock manager services from the container to set, get, and check locks across your app. | 4 | 5 | 2 | 675 | 0 | 0.4 | 29.5 | MIT | 5 years ago | |
| amphp/amp | 0.73 | 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,431 | 4,439 | 257 | 4M | 15 | 62.5 | 53.5 | MIT | 1 month ago | |
| amphp/socket | 0.73 | Async, non-blocking socket library for AMPHP. Provides client/server abstractions over TCP, UDP, and Unix domain sockets with DNS resolution, retries, connect timeouts, cancellation, and optional TLS encryption. Implements ReadableStream/WritableStream. | 267 | 267 | 37 | 3M | 6 | 29.3 | 64.2 | MIT | 2 months ago | |
| team-reflex/discord-php | 0.73 | DiscordPHP is a CLI-focused PHP wrapper for Discord’s REST, Gateway, and Voice APIs. Build bots with event-driven ReactPHP support, with community framework integrations like Laracord for Laravel. Docs and class reference available online. | 1,082 | 1,083 | 250 | 13K | 5 | 50.3 | 24.9 | MIT | 4 days ago | |
| spiral/roadrunner-jobs | 0.73 | Spiral RoadRunner Jobs driver and client for PHP. Run background tasks with RoadRunner’s jobs plugin, supporting queue configuration, message serialization, consuming and publishing jobs, and integrating into Spiral apps and workers for fast, reliable async processing. | 27 | 27 | 14 | 161K | 0 | 16.1 | 54.9 | MIT | 8 months ago | |
| react/http | 0.71 | Event-driven, streaming HTTP client and server for ReactPHP. Send many concurrent async HTTP/HTTPS requests, handle redirects/timeouts/auth, and stream request/response bodies. Build plain HTTP or secure HTTPS servers on ReactPHP Socket and EventLoop. | 780 | 790 | 165 | 445K | 15 | 23.3 | 46.4 | MIT | 1 year ago | |
| react/socket | 0.71 | Async TCP/IP and TLS socket servers and clients for ReactPHP. Provides streaming, non-blocking connections built on EventLoop and Stream, with reusable interfaces and helpers for TCP, Unix sockets, secure servers, and connectors. | 1,285 | 1,307 | 158 | 6M | 6 | 29.4 | 57.8 | MIT | 8 months ago | |
| spiral/roadrunner-worker | 0.67 | 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. | 22 | 22 | 5 | 628K | 0 | 6.6 | 55.3 | MIT | 1 year ago | |
| andersundsehr/rector-p | 0.67 | Run Rector in large legacy projects file-by-file. rector-p prompts you per changed file to apply or skip changes, tracks unchanged files to speed repeats, supports running on specific paths/files, and can process only a chunk (e.g., 1/2) at a time. | 1 | 1 | 0 | 5K | 0 | 24.7 | 54.7 | — | 1 week ago | |
| driftingly/rector-laravel | 0.65 | Rector extension for Laravel that applies automated refactors and upgrade rules based on your composer.json or selected Laravel version sets. Includes rules for core Laravel and first‑party packages like Cashier and Livewire. | 1,251 | 1,244 | 110 | 1M | 21 | 44.1 | 58.9 | MIT | 1 month ago | |
| rector/rector-laravel | 0.65 | Community Rector extension to automate Laravel upgrades. Adds Laravel and first-party package rules (e.g., Cashier, Livewire), with version-based set providers that detect your composer.json or manual level sets to apply the right refactors for your target Laravel version. | 1,251 | 1,239 | 110 | 6K | 21 | 43.7 | 24.1 | MIT | 1 month ago |
How can I help you explore Laravel packages today?