Libraries tagged by execution lock
pdo-proxy/pdo-proxy
25 Downloads
PDO Proxy is a simple, event-driven PDO wrapper that allows to intercept and alter execution of all PDO methods. The PDOProxy\PDO and PDOProxy\PDOStatement classes extend the native PDO and PDOStatement classes, therefore they are compatible with any method expecting regular PDO objects.
exs/terminal-bundle
3662 Downloads
Terminal command logging bundle for Symfony2
icecave/reverb
350 Downloads
A transaction executor for the Doctrine ORM.
cosmic-beacon/critical-section
4089 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
colinhdev/libasyncevent
180 Downloads
Simple implementation for creating asynchronous event execution for PocketMine-MP plugins.
bldr-io/remote-block
2657 Downloads
Remote Execution Block for Bldr
michelrtm/execution-time-recorder
197 Downloads
Class for recording execution times for specific code block or whenever required.
ngsoft/clock
0 Downloads
Provides a way to time code execution
invincible-tech-systems/easeampmysql
50 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.
publero/critical-section
3588 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
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.
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
12 Downloads
Apply fine grained execution and file access policies in PHP and block malicious scripts from execution.
emoretti/kronos
26 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