2017 © Pedro Peláez
 

library cli

The PHP micro-framework for command line tools base Symfony Components

image

lemonphp/cli

The PHP micro-framework for command line tools base Symfony Components

  • Thursday, June 2, 2016
  • by oanhnn
  • Repository
  • 1 Watchers
  • 1 Stars
  • 72 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Package lemonphp/cli

Build Status Coverage Status, (*1)

A a simple command line application framework to develop simple tools based on Symfony2 components, (*2)

Requirements

  • php >=5.5.9
  • pimple/pimple ^3.0
  • symfony/console ^3.0
  • symfony/event-dispatcher ^3.0

Installation

$ composer require lemonphp/cli

Usage

$app = new \Lemon\Cli\App('Simple CLI app', '1.0.1');
$app->addCommand(new YourCommand());
$app->run();

Changelog

See CHANGELOG.md, (*3)

Contributing

Please report any bugs or add pull requests on Github Issues., (*4)

License

This project is released under the MIT License., (*5)

The Versions

02/06 2016

dev-master

9999999-dev https://github.com/lemonphp/cli.git

The PHP micro-framework for command line tools base Symfony Components

  Sources   Download

MIT

The Requires

 

The Development Requires

02/06 2016

v0.2.0

0.2.0.0 https://github.com/lemonphp/cli.git

The PHP micro-framework for command line tools base Symfony Components

  Sources   Download

MIT

The Requires

 

The Development Requires

02/06 2016

v0.1.0

0.1.0.0 https://github.com/lemonphp/cli.git

The PHP micro-framework for command line tools base Symfony Components

  Sources   Download

MIT

The Requires

 

The Development Requires