Libraries tagged by execute
laizware/quickshell
6 Downloads
Quick wrapper for shell_exec to execute or run external commands from PHP that allows setting the working directory, environment variables and return the standard output.
johnitvn/cli-runtime
316 Downloads
PHP runtime execute command library
ijvo/kdyby-doctrine-dbal-batchimport
41 Downloads
Batch import & execute utils for effective processing of SQL Imports from files and strings
gemorroj/cron-bundle
67 Downloads
This bundle provides scheduled execution of Symfony commands
frostiede/cron-bundle
66 Downloads
This bundle provides scheduled execution of Symfony commands
shapecode/cron-sonata-admin-bundle
398 Downloads
This bundle integrates the cron-bundle in sonata admin.
lukasstrawberry/php-external-command
4 Downloads
PHP Library for specify callable external command. And for calling commands object way
johnitvn/composer-runtime
290 Downloads
Library for run composer in runtime without worrying about where it is installed
gud3/executor
45 Downloads
This extension works with files both locally and remotely
zymeli/yii2-activerecord-scope
11 Downloads
Scopes are used to execute query limits.
zunderweb/oxid-backend-migrations
136 Downloads
OXID eShop: Execute Database Migration Command from Backend
zlik/magento-resque
8 Downloads
Magento Upgrade Resque allows to organize a queue of SQL queries and use multiple workers to execute them in parallel during Magento upgrade.
zjkiza/sql-twig-bundle
9 Downloads
The bundle executes raw SQL queries with the flexibility to embed Twig extensions, enabling the dynamic creation of queries using Twig syntax.
zjkiza/sql-blade
7 Downloads
The packages executes raw SQL queries with the flexibility to embed Blade extensions, enabling the dynamic creation of queries using Blade syntax.
zippovich2/expressions-parser
484 Downloads
Used shunting-yard algorithm to parse any expressions and RPN(Reverse Polish Notations) to execute it.