Libraries tagged by exec
cheprasov/php-parallel
12437 Downloads
The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases
bricev/jobqueue
2425 Downloads
JobQueue is a PHP component that queues `tasks` defining `jobs` which can be executed by asynchronous and/or distributed `workers`
bephp/router
1085 Downloads
A fast router for PHP. It matches urls and executes PHP functions. automatic get variable based on handler function parameter list. Suport to compile router callback handlers into plain array source code.
amsify42/paypal-masspayment
16351 Downloads
This is a laravel 5 package for simply executing mass payment of paypal
alexoliverwd/basic-sqlite
286 Downloads
A simple SQLite helper that makes executing queries easier.
acgfbr/elasticsearch-query-builder
285 Downloads
Build and execute an Elasticsearch search query using a fluent PHP API
10quality/ayuco
5832 Downloads
Command-Line interface that can be used to execute commands written in PHP.
webflo/drush-shim
3472 Downloads
Provides a drush executable for your global PATH
teknoo/curl-request
30317 Downloads
Allow you to create and execute HTTP Requests with cURL in POO context. Fork from zeroem/curl-bundle
rinvex/laravel-composer
11483 Downloads
Rinvex Composer is an intuitive package that leverages the Composer Plugin API, offering enhanced installation features, that allow packages to be installed outside the standard vendor directory and executing custom scripts during the install, update, and uninstall phases.
repo2/query-reactor
65 Downloads
Asynchronous & non-blocking MySQL queries executor.
maximebf/traceable-pdo
27618 Downloads
Log SQL statements executed using a PDO instance
herrera-io/pdo-log
180632 Downloads
A simple way to log PDO queries and execution times.
google/sqlcommenter-laravel
75112 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
ezsystems/fastest
16234 Downloads
Simple parallel testing execution... with some goodies for functional tests.