Libraries tagged by execute
connectholland/tactician-prioritycommand-plugin
16660 Downloads
Tactician plugin that allows adding a priority to a command which influences when and in what order commands will be executed
jlorente/yii2-command-handler
103 Downloads
A Yii2 extension that provides the framework with the Command Design Pattern. Useful to create commands in a main process and execute them in another processes such as crons, console controllers, etc.
ballen/executioner
5768 Downloads
Executioner is a PHP library for executing system processes and applications with the ability to pass extra arguments and read CLI output results.
4lxndr/cron-bundle
155 Downloads
Symfony bundle for scheduled command execution with dependency resolution, job tagging, and automatic failure handling
claude-php/agent
41 Downloads
A powerful PHP framework for building AI agents with Claude, featuring ReAct loops, tool orchestration, and advanced agentic patterns
zymeli/yii2-activerecord-scope
17 Downloads
Scopes are used to execute query limits.
zeroem/curl-bundle
23544 Downloads
Allows you to easily create and execute HTTP Requests with cURL
yrkup3/opt-cli-php
4 Downloads
Execute CLI Statements based upon Opt-In / Opt-Out Rules.
vatson/isolated-callback
2424 Downloads
Allows to execute a callback in a separate fork
usermp/artisan-api
38 Downloads
artisan-api is a Laravel package that allows you to execute Artisan commands via an API route
ultimate-multisite/the-perfect-wp-cron
6 Downloads
Event-loop job queue for WordPress. Executes WP Cron and Action Scheduler jobs at exact scheduled times with zero polling.
technodelight/php-git
1080 Downloads
Small library to execute git commands through shell
tallesairan/cpanel
141 Downloads
This class allows developers to execute various functions of the cPanel UAPI and APIv2 directly from their PHP applications
synga/phpstorm-meta
811 Downloads
This package can create a .phpstorm.meta.php file. It searches for classes which implement the Synga\PhpStormMeta\PhpStormMetaExtensionInterface interface and executes those files.
symplely/spawn
2481 Downloads
An simply `uv_spawn` or `proc-open` wrapper API to execute and manage a Pool of child-processes, achieving parallel/asynchronous PHP for Blocking I/O.