Libraries tagged by evelution
phun/phun
0 Downloads
Seamlessly integrate PHP execution within your JavaScript/TypeScript projects with Phun.
petrgrishin/parallel-unit-test
6 Downloads
Methodology of tests for parallel execution of code
pear/system_command
3010 Downloads
PHP commandline execution interface
pdo-proxy/pdo-proxy
26 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.
mvccore/ext-debug-tracy-db
392 Downloads
MvcCore - Extension - Debug - Tracy - Panel Database - render queries with params and execution times.
movemoveapp/laravel-postmangen
1842 Downloads
Generation of Postman collection JSON file based on performed HTTP requests during execution of PHPUnit runner
mogic/t3x-scheduler-status
3042 Downloads
API to monitor scheduler task execution status
mjohann/zynq
1 Downloads
Zynq is a PHP library that brings JavaScript-like asynchronous features to PHP, including support for timers, promises, async/await behavior, and multi-threaded execution via RPC.
migliori/php-pdo-database-class
434 Downloads
The DB class is a database abstraction layer that provides a simple, consistent interface for interacting with different types of databases. It handles connection management, query execution, pagination and result processing
marcocesarato/cpdo
290 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
lrackwitz/para
54 Downloads
A command-line tool for parallel execution of shell commands in multiple directories.
leuchtdiode/mezzio-cron
24 Downloads
Mezzio module for cron execution
kozo/liberation
11737 Downloads
It is a Laravel package for easy retrieval and execution of SQL files and more.
jumaphelix/php-dag
68 Downloads
Implementation of Directed Acyclic Graphs (DAG) based task executions with parallelization in PHP
joshdifabio/future-process
397 Downloads
Process execution for PHP using futures and promises