What's new? | Help | Directory | Sign in
Google
console-commandline
A full featured command line options and arguments parser for PHP
  
    
Show all Featured Wiki Pages:
Example1 Example2 UserManual
Join project
Project owners:
  izimobil

This project is now an official PEAR package.

About

Console_CommandLine is a full featured package for managing command line options and arguments highly inspired from python optparse module, it allows the developer to easily build complex command line interfaces.

Main features:

Installation

Just run (with root privileges):

$ pear install -f Console_CommandLine

And to uninstall:

$ pear uninstall Console_CommandLine

Documentation

Examples