Libraries tagged by parable
bingo-soft/concurrent
638 Downloads
Concurrent programming constructs for PHP
uppes/coroutine
626 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
recca0120/async-testing
371 Downloads
rdlowrey/amp
220 Downloads
Non-blocking thread pool task dispatch
emonkak/underbar.php
11696 Downloads
A collection processing library for PHP, like Underscore.js
emonkak/collection
16118 Downloads
A collection library as a container for aggregation of objects
amphp/thread
5698 Downloads
Non-blocking thread pool task dispatch
react-parallel/test-pool
6401 Downloads
Pool meant for used in unit tests
react-parallel/stubs
25201 Downloads
🫏 Stubs (for PHPstan)
react-parallel/pool-tests
19235 Downloads
🎱 Pool tests for bridging ext-parallel and ReactPHP
react-parallel/contracts
61848 Downloads
📜 Interfaces for ReactPHP ext-parallel related packages
parallel-oss/laravel-compliance
43 Downloads
Map Laravel code evidence to security requirements and generate compliance reports.
parallel-oss/l1
159 Downloads
Laravel integration for Cloudflare Workers services.
whilesmart/eloquent-payments
196 Downloads
Polymorphic payment records for Laravel: gateway-agnostic audit trail attachable to invoices, expenses, subscriptions, or any payable.
vectorface/gearman
12738 Downloads
Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.