symfony/lock
Symfony Lock component creates and manages locks to ensure exclusive access to shared resources. Provides a unified API with multiple storage backends (e.g., filesystem, Redis, PDO) for preventing race conditions in concurrent apps.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| symfony/semaphore | 0.81 | Symfony Semaphore Component provides a simple API to manage semaphores and locks, enabling exclusive access to shared resources across processes. Useful for coordinating concurrent jobs, preventing race conditions, and protecting critical sections. | 37 | 37 | 1 | 63K | 0 | 29.8 | 52.3 | MIT | 1 week ago | |
| roadrunner-php/lock | 0.79 | 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. | 3 | 3 | 1 | 170K | 0 | 21.5 | 65.0 | MIT | 2 years ago | |
| symfony/clock | 0.76 | Symfony Clock decouples your app from the system clock. Inject ClockInterface to get deterministic time via now() and control behavior like sleep() and time zones. Ideal for testable, time-sensitive code without relying on global time functions. | 430 | 432 | 3 | 10M | 0 | 31.8 | 65.0 | MIT | 1 week ago | |
| spatie/laravel-valuestore | 0.76 | Store and retrieve loose key/value data in a JSON file with a simple API. Supports put/get with defaults, has/all, forget/flush, increment, and helpers like ArrayAccess and Countable—handy for app settings or small persistent state. | 766 | 770 | 47 | 49 | 0 | 29.1 | 0.4 | MIT | 1 year ago | |
| php-standard-library/php-standard-library | 0.51 | PSL is a modern standard library for PHP 8.4+, inspired by HHVM’s HSL. It offers consistent, well-typed APIs for async, collections, I/O, networking, crypto, terminal UI, and more—safer alternatives to built-ins with predictable errors and async-ready design. | 1,513 | 1,512 | 83 | 63K | 19 | 44.7 | 34.2 | MIT | 2 weeks ago | |
| azjezz/psl | 0.51 | PSL is a modern, well-typed standard library for PHP 8.4+, inspired by HHVM’s HSL. It offers safer, predictable APIs for async, collections, networking, I/O, crypto, terminal UI, and robust data validation—replacing brittle built-ins with consistent alternatives. | 1,513 | 1,516 | 83 | 523K | 19 | 46.2 | 48.8 | MIT | 2 weeks ago | |
| php-standard-library/filesystem | 0.50 | Type-safe filesystem utilities for PHP Standard Library. Perform common file and directory operations with consistent APIs and proper exception handling, improving safety and clarity over raw PHP functions. Documentation and contribution links included. | 1 | 0 | 0 | 5K | 0 | 20.6 | 55.8 | MIT | 2 weeks ago | |
| php-standard-library/secure-random | 0.48 | Generate cryptographically secure random tokens, passwords, nonces, and bytes in PHP. SecureRandom provides simple, reliable APIs built on native CSPRNG sources, suitable for authentication, CSRF protection, and other security-sensitive identifiers. | 0 | 0 | 0 | 2K | 0 | 20.6 | 52.9 | MIT | 2 weeks ago |
How can I help you explore Laravel packages today?