Download the PHP package cullylarson/local-commands without Composer
On this page you can find all versions of the php package cullylarson/local-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cullylarson/local-commands
More information about cullylarson/local-commands
Files in cullylarson/local-commands
Download cullylarson/local-commands
More information about cullylarson/local-commands
Files in cullylarson/local-commands
Vendor cullylarson
Package local-commands
Short Description A library for executing local shell commands, with support for exit status, standard output, and error output.
License MIT
Homepage https://github.com/cullylarson/local-command
Package local-commands
Short Description A library for executing local shell commands, with support for exit status, standard output, and error output.
License MIT
Homepage https://github.com/cullylarson/local-command
Keywords shellcommand-line
Please rate this library. Is it a good library?
Informations about the package local-commands
Local Commands
A library for executing local shell commands, with support for exit status, standard output, and error output. The reason this exists is that there's a lot of boiler plate code necessary if you want to get stuff like error output from a command.
Install
Usage
-
Create an instance of
Cully\Local\Command
. -
Execute your command.
- At this point, you have access to a few results:
The exec
Function
-
$command
(string) The command you want to execute (e.g.ls
). -
$cwd
(string) (optional, default: null) The current working directory (the folder you want to execute the command in). $env
(array) (optional, default: []) An array of environment variable that you want to make available to the command.
All versions of local-commands with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package cullylarson/local-commands contains the following files
Loading the files please wait ....