Libraries tagged by parable
smoren/multicurl
97 Downloads
Multi curl wrapper for making parallel HTTP requests
sinacms/multihttp
409 Downloads
a tool for multi-curl written in php
rapttor/threads
12751 Downloads
Threads is a powerful and user-friendly PHP library designed to simplify parallel processing in PHP applications
phpgt/async
4262 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
kode/runtime
84 Downloads
现代 PHP 常驻内存应用的统一运行时抽象层 | 支持 Swoole、Swow、PHP Fiber、多进程、多线程、Console 及传统 CLI 模式,基于 PHP 8.3+ 新特性构建
kode/router
63 Downloads
高性能路由组件:编译期与运行期彻底分离,路由表一次编译、多进程共享,原生适配 Fiber 协程 / 多线程 / 多进程与分布式链路透传
kode/middleware
67 Downloads
轻量、可重入、协程安全的 PSR-15 中间件管道,串联路由前后三段式生命周期,原生融合多进程 / 多线程 / Fiber 协程与分布式链路透传
kode/http
118 Downloads
现代化、高性能的 PHP HTTP 服务端库,支持 PSR-7/PSR-15/PSR-17 标准,多运行时环境(Swoole、Workerman、FPM),深度集成 kode/process、kode/fibers、kode/parallel
kode/framework
51 Downloads
Kode Framework —— 以 kode/core 为启动器、kode/runtime 为统一运行时(Swoole/Swow/Fiber/多进程/多线程)的现代 PHP 全栈框架,组合 kode 生态与 Monolog、Symfony Validator 等成熟包。
flytachi/winter-thread
750 Downloads
A lightweight process engine for PHP — Java-like control of background tasks as isolated OS processes, without heavy extensions (no swoole/pthreads/parallel).
fast-forward/fork
351 Downloads
A process manager for PHP that allows you to run multiple processes in parallel using the fork system call.
detain/sshpool
3042 Downloads
SSH command queue and connection pool runs tons of commands on a ssh host concurrently with completion callback.
cosmic-beacon/critical-section
5741 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
co-stack/process-manager
5933 Downloads
Simple wrapper to enable parallel processing using Symfony Process component