CLI-Centered base application that uses Symfony/Console and Doctrine as standalone components.
- Symfony/Console (dev)
- Symfony/Yaml (dev)
- Doctrine/ORM (dev)
$ composer create-projet chalasr/cli-tool
$ 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 .