Libraries tagged by execution lock
publero/critical-section
3619 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
colinhdev/libasyncevent
228 Downloads
Simple implementation for creating asynchronous event execution for PocketMine-MP plugins.
bldr-io/remote-block
2674 Downloads
Remote Execution Block for Bldr
contributte/executor
0 Downloads
PHP job executor (cron) with locking
michelrtm/execution-time-recorder
197 Downloads
Class for recording execution times for specific code block or whenever required.
yaknet/mock-engine
4 Downloads
In-memory SQL-like query builder and execution engine for PHP arrays
sharryy/docker-sandbox
1 Downloads
A simple, secure and fluent PHP API for running untrusted code in isolated Docker containers.
ngsoft/clock
0 Downloads
Provides a way to time code execution
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
bloodhunterd/backup
0 Downloads
Backup is an application to organize file and database backups. It supports compression, encrypted transfer, email reports and command execution before and after a process.
cdz/laravel-pagiscrap
3 Downloads
PagiScrap will efficiently extract paginated data from any API while optimizing performance with Laravel Queues. Each page is processed asynchronously, ensuring a smooth, non-blocking execution.
phalanx-php/enigma
0 Downloads
Non-blocking SSH command execution, file transfer, and tunnel management as Phalanx tasks
icephp/mini-queue
0 Downloads
IcePHP/MiniQueue is a lightweight PHP library for managing job queues and processing tasks asynchronously. This library provides a simple and efficient way to handle tasks in the background, allowing your application to perform time-consuming operations without blocking the main execution flow
outcompute/phpwatchdog
13 Downloads
Apply fine grained execution and file access policies in PHP and block malicious scripts from execution.
emoretti/kronos
35 Downloads
Kronos is a PHP library, which allows to calculate the execution time of a page and code blocks (called CheckPoint), with an accuracy up to 1 μs