amphp/parallel
True parallel processing for PHP with AMPHP: run blocking tasks in worker processes or threads without blocking the event loop. Provides non-blocking concurrency tools and an easy worker pool API for distributing work; no extensions required (threads optional).
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| amphp/file | Non-blocking file I/O for PHP 8.1+ in the AMPHP ecosystem. Read/write files or stream via async file handles while keeping apps responsive. Uses multi-process by default, with optional eio/uv/parallel drivers when available. | 110 | 110 | 27 | 47K | 6 | 26.5 | 43.1 | MIT | 4 months ago | |
| amphp/parallel-functions | Wrap callables to run in parallel processes/threads with AMPHP. Provides helpers like parallelMap to execute CPU-heavy or blocking tasks concurrently; callable state must be serializable. Built for PHP 8.1+ with fibers-friendly concurrency. | 279 | 280 | 18 | 104K | 4 | 5.0 | 36.1 | MIT | 2 years ago | |
| badpixxel/paddock-core | — | 0 | 0 | — | 288 | — | 0.0 | 34.4 | — | — | |
| humbug/box | — | 1,320 | 1,323 | 111 | 28K | 73 | 50.0 | 49.0 | MIT | 6 months ago | |
| m2mtech/flysystem-stream-wrapper | Adds a PHP stream wrapper for Flysystem v2/v3 so you can use fly:// paths with native file functions (file_put_contents, mkdir, etc.). Includes Symfony Lock-based locking plus options to ignore visibility errors and emulate dir metadata. | 19 | 19 | 14 | 9K | 0 | 5.2 | 38.8 | MIT | 1 year ago | |
| mozex/laravel-modules | — | 6 | 7 | 1 | 610 | 0 | 28.9 | 31.4 | MIT | 1 month ago | |
| phpro/grumphp | GrumPHP is a Composer plugin that installs Git hooks to run quality checks on every commit. It executes configured tasks like tests and linters, blocks failing commits, and helps teams enforce coding standards and best practices automatically. | 4,311 | 4,308 | 450 | 392K | 4 | 64.5 | 33.1 | MIT | 1 month ago | |
| spatie/laravel-auto-discoverer | Fast, cached discovery of PHP structures in your codebase. Find classes, interfaces, traits, and enums by conditions like “implements interface” or “uses trait,” and get rich metadata. Ideal for automation, registration, and scanning in production. | 178 | 178 | 18 | 21 | 1 | 25.9 | 0.8 | MIT | 3 months ago | |
| spatie/laravel-collection-macros | Adds a curated set of handy macros to Laravel Collections, extending them with extra helper methods (e.g., positional accessors like second/third, after, getNth, and more). Auto-registers via Composer for quick, drop-in productivity boosts. | 1,910 | 1,914 | 144 | 243K | 0 | 32.9 | 31.6 | NOASSERTION | 7 months ago | |
| spatie/php-structure-discoverer | Discover PHP classes, interfaces, traits, and enums that match conditions (e.g., implement an interface) across your project. Fast scanning with built-in caching and rich metadata—ideal for auto-registration, tooling, and framework integrations. | 178 | 179 | 18 | 3M | 1 | 25.9 | 63.0 | MIT | 3 months ago | |
| symfony/messenger | Symfony Messenger component enables message dispatching and handling via async transports and queues. Decouple work into messages, route them to handlers, and process in workers for reliable background jobs and inter-service communication. | 1,110 | 1,112 | 95 | 5M | 0 | 42.7 | 58.4 | MIT | 4 weeks ago | |
| symfony/symfony | Symfony is a robust PHP framework and component library for building web apps and APIs. It offers a mature ecosystem, reusable components, strong tooling, and long-term support, powering everything from small sites to large enterprise platforms. | 31,135 | 31,439 | 9,856 | 268K | 175 | 93.3 | 45.7 | MIT | 4 weeks ago | |
| vimeo/psalm | Psalm is a PHP static analysis tool that finds type errors, dead code, and risky patterns before runtime. Add it to your CI to improve code quality, enforce stricter typing, and catch bugs early in applications and libraries. | 5,885 | 5,897 | 707 | 2M | 1,932 | 83.8 | 63.4 | MIT | 5 months ago |
How can I help you explore Laravel packages today?