Libraries tagged by processed
setherator/variables
13 Downloads
The Setherator Variable management library. Manages and processes variable values with some additional magic.
sergeich5/php-supervisor-status-checker
6 Downloads
Simple tool to check supervisor's processes statuses
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
se7enxweb/ezscriptmonitor-ls
1 Downloads
eZ Publish extension that aims to avoid timeout problems and database corruption by moving long running processes from the GUI to the background.
se7enxweb/ezscriptmonitor
1 Downloads
eZ Publish extension that aims to avoid timeout problems and database corruption by moving long running processes from the GUI to the background.
rx/child-process
1111 Downloads
Library for executing child processes for RxPHP
rwi/skelton
0 Downloads
Skelton is a structure variant of the PHP micro framework Slim that helps you reuse past projects by configurable routing and processes and definition of processes and providers.
roba/lumen-data-processor
4 Downloads
Processes spreadsheet data and outputs CSV for importing to a database
ro/dto-php
52 Downloads
DTO (DATA TRANSFER OBJECT) is a library that allows transferring data between different processes across the architecture.Dto - ro for php improves communication by optimizing the number of method calls.
rizwan_47/email-address-verifier
10 Downloads
A PHP library for verifying email addresses, ensuring they are valid and reachable. This package provides a straightforward class for email validation processes.
ramonztro/simple-upload-handler
14 Downloads
SimpleUploadHandler wraps up file uploading processes.
qlimix/process-unix
7 Downloads
Running sync long running processes
putyourlightson/craft-sift-workflow
4 Downloads
Adds custom review processes to the Workflow plugin for specific categories.
pmiroslawski/supervisor-controller-bundle
27 Downloads
PHP Symfony Bundle which manage of supervisor processes
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.