Libraries tagged by execution
marcocesarato/cpdo
397 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.
magdv/robo-paracept
1765 Downloads
Codeception Parallel Execution Tasks via Robo Task Runner
lyquidity/xpath2
3715 Downloads
Provides XPath 2.0 statement execution library for PHP
lion/database
5223 Downloads
Package in charge of the generation and execution of processes with databases.
leuchtdiode/mezzio-cron
417 Downloads
Mezzio module for cron execution
kambo/llama-cpp-php
322 Downloads
The package enables the use of the LLama C++ library in PHP, thereby allowing the setup and execution of LLM models in PHP on your local machine.
jakovic/timer
2943 Downloads
A simple PHP package for measuring execution time
hejunjie/simple-rule-engine
481 Downloads
一个轻量、易用的 PHP 规则引擎,支持多条件组合与动态规则执行,适用于业务规则判断、数据校验等场景 | A lightweight and flexible PHP rule engine supporting complex conditions and dynamic rule execution—ideal for business logic evaluation and data validation.
geoffroy-aubry/supervisor
7417 Downloads
Oversee script execution, recording stdout, stderr and exit code with timestamping, and ensure email notifications will be sent (on start, success, warning or error).
flaviovs/timeit
402 Downloads
Library and tools to measure execution speed of PHP code
fetzi/phpspec-watcher
35814 Downloads
phpspec-watcher is a cli tool for the automatic execution of phpspec tests when code changes
edipoelwes/laravel-rabbitmq-worker
4676 Downloads
This project is a Laravel package that facilitates the execution of RabbitMQ worker processes. It simplifies the configuration, management, and monitoring of worker processes, allowing you to easily integrate RabbitMQ into your Laravel application to handle asynchronous tasks efficiently and scalably.
draw/console
19268 Downloads
This component allow to command execution in the database.
dotdecay/time-benchy
551 Downloads
Benchmark Tool for measuring execution times
dmstr/symfony-job-queue-bundle
177 Downloads
Persisted job tracking on top of Symfony Messenger: Job entity with status, JobQueueService for dispatch, JobMessage/JobMessageHandler for async execution.