Top Level :: System

Package Information: System_Command

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
PEAR::System_Command is a commandline execution interface. PHP License
» Current Release » Bug Summary
1.0.8 (stable) was released on 2012-02-15 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install System_Command

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/System_Command


Development Roadmap (next release: 1.1.0 in -5623 days!!, 33% complete)
  • Package Maintenance Rank: 205 of 229 packages with open bugs
  • Number of open bugs: 1 (15 total bugs)
  • Average age of open bugs: 5629 days
  • Oldest open bug: 5629 days
  • Number of open feature requests: 2 (5 total feature requests)

Report a new bug to System_Command
» Description
System_Command is a 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.
» Maintainers » More Information

Packages that depend on System_Command

Dependencies for System_Command