2017 © Pedro Peláez
 

library getopt

Getopt for Ethnam

image

ethnam/getopt

Getopt for Ethnam

  • Tuesday, June 23, 2015
  • by DQNEO
  • Repository
  • 1 Watchers
  • 1 Stars
  • 486 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

Ethnam Getopt Component

re-invention of PEAR's Console_Getopt, (*1)

INSTALL

In you composer.json, (*2)

{
  "require" : {
    "ethnam/getopt" : "1.*"
  }
}

USAGE

use Ethnam\Getopt\Getopt;
$opt = new Getopt();
$arg_list = $opt->readGlobalArgv();
array_shift($arg_list);  // remove commant itself
$opt->getopt($my_arg_list, "v", array("version"));

SEE ALSO

http://pear.php.net/manual/en/package.console.console-getopt.php, (*3)

The Versions

23/06 2015

dev-master

9999999-dev https://github.com/ethnamphp/ethnam-getopt

Getopt for Ethnam

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar DQNEO

framework ethnam

05/05 2015

v1.0.0

1.0.0.0 https://github.com/DQNEO/ethnam-getopt

Getopt for Ethnam

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar DQNEO

framework ethnam

03/05 2015

v0.1.2

0.1.2.0 https://github.com/DQNEO/ethnam-generator

code generator for Ethnam

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar DQNEO

framework ethnam

03/05 2015

v0.1.0

0.1.0.0 https://github.com/DQNEO/ethnam

web application framework.

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar DQNEO

framework ethnam

03/05 2015

v0.1.1

0.1.1.0 https://github.com/DQNEO/ethnam

web application framework.

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar DQNEO

framework ethnam

02/05 2015

v0.0.1

0.0.1.0 https://github.com/DQNEO/ethnam

web application framework.

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar DQNEO

framework ethnam