Download the PHP package crit/php-exec-jobs without Composer
On this page you can find all versions of the php package crit/php-exec-jobs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crit/php-exec-jobs
More information about crit/php-exec-jobs
Files in crit/php-exec-jobs
Download crit/php-exec-jobs
More information about crit/php-exec-jobs
Files in crit/php-exec-jobs
Vendor crit
Package php-exec-jobs
Short Description Execute shell scripts in order with named arguments and error checking.
License MIT
Package php-exec-jobs
Short Description Execute shell scripts in order with named arguments and error checking.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-exec-jobs
php-exec-jobs
Execute shell scripts in order with named arguments and error checking.
Installation
composer require crit/php-exec-jobs
Reason
You can accomplish something similar to this library by executing the following code for simple use cases:
- What if you want to handle errors (like if
ip
does not exist on the host)? - What if you want to do many operations in a single request?
This library aims to help with that process. It represents the research needed to capture
errors/output using proc_open()
and giving you the ability to safely parametrize arguments to the shell if needed.
Usage
Output
All versions of php-exec-jobs with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2.9
ext-json Version *
ext-json Version *
The package crit/php-exec-jobs contains the following files
Loading the files please wait ....