Libraries tagged by parallel
wyrihaximus/react-parallel-contracts
1629 Downloads
Interfaces for ReactPHP ext-parallel related packages
wyrihaximus/react-inspector-parallel-pools
1304 Downloads
Child process pools collector for wyrihaximus/react-inspector
grogy/php-parallel-lint
6606 Downloads
This tool check syntax of PHP files about 20x faster than serial check.
wapmorgan/threadable
288 Downloads
Easy-to-use threading library providing all basic features to run your code in parallel mode
symplely/coroutine
1580 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
stekycz/critical-section
37306 Downloads
Lightweight class supporting critical section locking
sinacms/multihttp
409 Downloads
a tool for multi-curl written in php
rapttor/threads
12862 Downloads
Threads is a powerful and user-friendly PHP library designed to simplify parallel processing in PHP applications
phpgt/async
4351 Downloads
Promise-based non-blocking operations.
php-slang/php-slang
27241 Downloads
PHPSlang is a library that allow you to write a purely functional code in PHP
mathiasgrimm/laravel-queue-concurrency
75 Downloads
A queue driver for Laravel's Concurrency component. The same blocking Concurrency::run() API, but your closures run on queue workers and the results come back to the caller.
kode/runtime
132 Downloads
现代 PHP 常驻内存应用的统一运行时抽象层 | 支持 Swoole、Swow、PHP Fiber、多进程、多线程、Console 及传统 CLI 模式,基于 PHP 8.3+ 新特性构建
kode/router
87 Downloads
高性能路由组件:编译期与运行期彻底分离,路由表一次编译、多进程共享,原生适配 Fiber 协程 / 多线程 / 多进程与分布式链路透传
kode/middleware
90 Downloads
轻量、可重入、协程安全的 PSR-15 中间件管道,串联路由前后三段式生命周期,原生融合多进程 / 多线程 / Fiber 协程与分布式链路透传
kode/framework
88 Downloads
Kode Framework —— 以 kode/core 为启动器、kode/runtime 为统一运行时(Swoole/Swow/Fiber/多进程/多线程)的现代 PHP 全栈框架,组合 kode 生态与 Monolog、Symfony Validator 等成熟包。