PHP Classes

PHP CLI Commands: Process CLI arguments with external classes

Recommend this page to a friend!
  Info   View files Example   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 238 All time: 8,049 This week: 206Up
Version License PHP version Categories
cli-commands 1.0GNU General Publi...5.4PHP 5, Console
Description 

Author

This class can process CLI arguments with external classes.

It can parse the command line arguments to extract the values of options.

The class loads external class from directory of commands to process the arguments and execute the actions of the requested command which is the of the first argument.

If it was requested a command that is not supported, the class will display the list of supported commands.

Picture of Aleksandar Zivanovic
  Performance   Level  
Name: Aleksandar Zivanovic <contact>
Classes: 16 packages by
Country: Serbia Serbia
Age: 30
All time rank: 16237 in Serbia Serbia
Week rank: 112 Up2 in Serbia Serbia Up
Innovation award
Innovation award
Nominee: 4x

Example

<?php

require_once 'Command.php';

Command::execute($argv);


  Files folder image Files  
File Role Description
Files folder imagecommands (1 file)
Accessible without login Plain text file cli.php Example Command runner
Plain text file Command.php Class Command class

  Files folder image Files  /  commands  
File Role Description
  Plain text file ExampleCmd.php Class Example command

 Version Control Unique User Downloads Download Rankings  
 0%
Total:238
This week:0
All time:8,049
This week:206Up