Libraries tagged by multiple processes
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
robsonalvesbh/semaphoro
6 Downloads
This library will help you to run multiple process with PHP.
shaggy8871/fork
8 Downloads
Fork makes it simple to fork and run multiple child processes from PHP.
hasantayyar/forker
18 Downloads
Split tasks into multiple forked processes.
ac-developers/laravel-form-processor
20 Downloads
An easy way to process multiple form requests from one controller method.
mmz-srf/sbs
9645 Downloads
Split your build process into multiple steps which get executed only if they need to
jacobn/mailbox-component
4 Downloads
The Mailbox component provides tools that allows your helpdesk to process tickets from multiple email sources.
abtr/custom-smtp
5 Downloads
Custom SMTP function that can store up multiple email address and process email
juliendufresne/inter-app-request-identifier-bundle
4696 Downloads
Defines an interface to identify a process running between multiple applications
juliendufresne/inter-app-request-identifier
5328 Downloads
Defines an interface to identify a process running between multiple applications
rookie-me/subsites-multilogin
217 Downloads
Allow a single login process to propogate across multiple Subsite Domains.
yogigr/payment-gateway
11 Downloads
A simple and versatile Laravel package for integrating multiple payment providers. Easily manage and process payments from various gateways with a unified API.
bonsaicode/redis
20 Downloads
Implementation of the Redis Redlock algorithm, which is used to ensure only one server carries out a process in an environment where multiple duplicate servers exist, e.g. GCP auto-scaling load balancer.
deesynertz/laravel-clean
13 Downloads
The Laravel Convenience Clear Command is a handy package designed to streamline your Laravel application maintenance tasks with just a single command. With this package, you can execute multiple Artisan commands at once, simplifying the process of clearing various caches and configurations
white-rabbit-1-sketch/php-worker-pool
6 Downloads
A lightweight PHP library to manage a pool of workers for parallel task execution. This library allows you to easily manage worker threads, process tasks concurrently, and optimize your application’s performance by executing multiple tasks in parallel. Ideal for background jobs, batch processing.