Libraries tagged by election
stratoss/bootstrap-fileinput
44 Downloads
An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.
steinm6/cron-helper
97 Downloads
Simple helper to prevent parallel cronjob execution
square-bit/laravel-volition
158 Downloads
Database-driven code execution: make your objects smart!
spinit/doc-einvoice
55 Downloads
Libreria per la gestione delle fatture elettroniche
softius/jenkins-job-monitor
8 Downloads
Monitor non-interactive execution of processes including Symfony Commands, cron jobs, procmail and inetd-launched processes
silvercommerce/complex-category
450 Downloads
Categories that allow more complex frontent functionality (such as sorting and selection of page length)
silencenjoyer/rate-limiter
3 Downloads
A rate limiter to control and manage execution flow.
shopexpress/mysql-queue
3174 Downloads
ShopExpress mysql execution queue
sharkydog/async-parallel
2 Downloads
Asynchronous PHP execution with parallel extension
sharkydog/async
2 Downloads
Abstract and helper classes for asynchronous PHP execution
sgolemon/async-process
1 Downloads
Asynchronous execution wrappers.
setasign/setapdf-signer-addon-safe
1 Downloads
A SetaPDF-Signer component signature module for the "Serviço de Assinatura de Faturas Eletrónicas" (SAFE) of the Portuguese State.
seretos/behat-logger-extension
1896 Downloads
log the behat execution into json result
serethix/composer-command-log
4 Downloads
Logs all executed commands in order of execution so you can re run them in case there is a merge conflict during a merge or rebase
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