2017 © Pedro Peláez
 

library cli-tools

Helper tools for CLI scripts

image

olegvb/cli-tools

Helper tools for CLI scripts

  • Thursday, August 25, 2016
  • by olegvb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 19 % Grown

The README.md

PHP CLI Tools

Various CLI tools to use in PHP scripts., (*1)

Please see project page here: https://github.com/olegvb/cli-tools, (*2)

Installation

Using composer

$ composer require olegvb/cli-tools

Or include in your composer.json file:, (*3)

{
    "require": {
        "olegvb/cli-tools": "~0.1"
    }
}

CLI Tools Tools:

Tick

Print progress ticks with various characters., (*4)

Usage:, (*5)

use \Olegvb\CliTools\Tick;

for ($i=0;$i<1000;$i++) {
    Tick:tick();
}

The Versions

25/08 2016

dev-master

9999999-dev https://github.com/olegvb/cli-tools

Helper tools for CLI scripts

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

cli command line tools progress indicator

25/08 2016

0.1.2

0.1.2.0 https://github.com/olegvb/cli-tools

Helper tools for CLI scripts

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

cli command line tools progress indicator

28/01 2016

0.1.1

0.1.1.0 https://bitbucket.org/olegvb/cli-tools

Helper tools for CLI scripts

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

cli command line tools progress indicator

27/01 2016

0.1.0

0.1.0.0 https://bitbucket.org/olegvb/cli-tools

Helper tools for CLI scripts

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

cli command line tools progress indicator