https://github.com/pear/system_command
PHP commandline execution interface
https://github.com/pear/system_command
library php which
Last synced: about 1 year ago
JSON representation
PHP commandline execution interface
- Host: GitHub
- URL: https://github.com/pear/system_command
- Owner: pear
- Created: 2011-11-27T04:19:27.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T16:38:07.000Z (over 3 years ago)
- Last Synced: 2025-03-24T04:02:54.905Z (over 1 year ago)
- Topics: library, php, which
- Language: PHP
- Homepage: http://pear.php.net/package/System_Command
- Size: 25.4 KB
- Stars: 1
- Watchers: 14
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
**************
System_Command
**************
PHP commandline execution interface.
Running functions from the commandline can be risky if the proper precautions
are not taken to escape the shell arguments and reaping the exit status properly.
This class provides a formal interface to both, so that you can run a system
command as comfortably as you would run a PHP function, with full PEAR error
handling as results on failure.
It is important to note that this class, unlike other implementations,
distinguishes between output to stderr and output to stdout.
It also reports the exit status of the command.
So in every sense of the word, it gives PHP shell capabilities.
============
Installation
============
::
$ composer require pear/system_command
=====
Links
=====
Homepage
http://pear.php.net/package/System_Command
Bug tracker
http://pear.php.net/bugs/search.php?cmd=display&package_name[]=System_Command
Packagist
https://packagist.org/packages/pear/system_command