/cli-tool

CLI centered application layer that uses symfony/console and doctrine/orm as standalone components.

Primary LanguagePHP

cli-tool

SensioLabsInsight

CLI-Centered base application that uses Symfony/Console and Doctrine as standalone components.

Requirements

  • Symfony/Console (dev)
  • Symfony/Yaml (dev)
  • Doctrine/ORM (dev)

Installation

$ composer create-projet chalasr/cli-tool

Usage

$ app/console command [options] [arguments]

For an exhaustive list of available commands use list

Newly created commands are automatically registered in the application.

Deal with doctrine entities by using the EntityManager.

Use cli in the same way as a symfony2 full-stack project .

License

License