Libraries tagged by parable
pilotftzi/net-gearman
29 Downloads
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. This package provides an interface for PHP to communicate with the Gearman server.
oyatel/twitter-async
449 Downloads
Twitter-async is a high performance wrapper for Twitter's OAuth API which provides parallel/asynchronous calls. Follow @apiclient for commit updates
octadev/pvm
46 Downloads
The library provides us with a frame to build a workflow or a business process such as BPMN. Could execute tasks in parallel or delayed tasks
nxsys/toolkits.parallax
1 Downloads
Parallel excution management
noem/state-machine
398 Downloads
An event-based finite state machine with support for hierarchical and parallel states
niro/pvm
38 Downloads
The library provides us with a frame to build a workflow or a business process such as BPMN. Could execute tasks in parallel or delayed tasks
nextdev/run
3 Downloads
Command line utility for parallelly running multiple commands per one shortcut on one console
neu/curl
5 Downloads
A PHP library to easily run multiple cUrl requests in parallel.
muhmdraouf/laravel-paratest
8409 Downloads
Run your Laravel feature tests in parallel without race conditions.
morcano/robo-paracept
37 Downloads
Codeception Parallel Execution Tasks via Robo Task Runner
molo/composer-proxy
40 Downloads
A Composer plugin for proxy management with parallel downloads support
matthimatiker/command-locking-bundle
16 Downloads
Adds an optional locking feature to all console commands that can be used to prevent parallel execution.
matthewbaggett/worker-pool
36 Downloads
Runs tasks in a parallel processing workerpool. Built atop qxsch/worker-pool with improvements.
marill/laravel-dev-server
6 Downloads
A tool to start and manage all your Laravel development servers in parallel
malickyeu/curl-easy
445 Downloads
cURL wrapper for PHP. Supports parallel and non-blocking requests. For high speed crawling, see stil/curl-robot.