Libraries tagged by executor
verse/modular
823 Downloads
Verse Modular is a micro framework for developing modular pipelines of code execution.
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
tito10047/php-defer
11 Downloads
A defer function defers the execution of a function until the surrounding function returns.
tinyphp-trait/callbackable
64 Downloads
La clase asociada puede alojar múltiples hooks que se pueden ejecutar
tinyphp-trait/arrayable
60 Downloads
La clase asociada puede simular ser una variable array y a la vez poder ejecutar funciones de clase
technodelight/shell-exec
15652 Downloads
Assemble commands and execute in shell with PHP easier
tech101/gitwebhook
422 Downloads
Package for executing based on trigger
tbbc/composer-javascript
16374 Downloads
Composer script handler for executing `npm install` and `bower install` automatically.
tallesairan/cpanel
39 Downloads
This class allows developers to execute various functions of the cPanel UAPI and APIv2 directly from their PHP applications
syrian-open-source/laravel-query-helper
8 Downloads
Laravel package making you able to perform several processes instead of executing them through one process
syrian-open-source/laravel-multi-process
9 Downloads
Laravel package making you able to perform several process instead of executing them through one process
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
2470 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.
swew/cli
134 Downloads
SWEW/CLI: A PHP package for streamlined command line interface (CLI) development, providing an intuitive API for creating custom commands, handling input/output, and executing command logic effortlessly. Simplify your CLI application development with rapid development.