Libraries tagged by sub process
imhotep/process
94 Downloads
Executes commands in sub-processes.
brickhouse/process
5 Downloads
Sub-process functionality for Brickhouse
uppes/processor
406 Downloads
An Symfony Process Manager offering Parallel and asynchronous PHP for Blocking I/O.
symplely/processor
1728 Downloads
An Symfony Process Manager offering Parallel and asynchronous PHP for Blocking I/O.
innmind/process-manager
471 Downloads
Library to work with sub-processes
monkeyscloud/monkeyslegion-process
0 Downloads
Subprocess execution for MonkeysLegion v2 — async, pools, pipelines, signals, PHP 8.4 property hooks
sbwerewolf/subprocess-logger
3 Downloads
Library for logging of subprocess events
elixis-group/google-cloud-queue-process
166 Downloads
Package php to extends google/cloud-pubsub, this component is used to publish a new message in pub / sub and other tools than the basic component, this one allow to go further with Pub / Sub tool.
nexo/plugin-sdk
2 Downloads
PHP SDK for nexo subprocess plugins
laravelsecurityaudit/laravel-ai-ledger
0 Downloads
A processing ledger for AI traffic. Turns the requests Egress Guard observes into a GDPR Article 30 record of processing and a subprocessor register, recording categories and hashes only, never the data itself. The free collector for the Ledger compliance layer.
bmadigan/overpass
165 Downloads
A robust Laravel package for integrating Python AI capabilities through a secure subprocess bridge
tahoelimited/qpush-bundle
154 Downloads
Asynchronous processing for Symfony using Push Queues
kislayphp/queue
8 Downloads
Native PHP distributed job queue with a standalone queue server, producer client, worker runtime, retries, and DLQ support
catalinh/qpush-bundle
16477 Downloads
Asynchronous processing for Symfony using Push Queues
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions