Download the PHP package proophsoftware/prooph-cli without Composer
On this page you can find all versions of the php package proophsoftware/prooph-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download proophsoftware/prooph-cli
More information about proophsoftware/prooph-cli
Files in proophsoftware/prooph-cli
Package prooph-cli
Short Description prooph components command line tool for rapid development
License BSD-3-Clause
Homepage http://prooph-software.com/
Informations about the package prooph-cli
prooph Command Line Interface
Overview
The prooph command line interface generates classes to increase development speed. For available commands run
Here is an example output:
There are available environment variables (see bin/prooph-cli
) for bash scripts to configure
\Prooph\Cli\Console\Helper\Psr4Info
for your class meta data.
Installation
You can install prooph/prooph-cli via composer by adding "proophsoftware/prooph-cli": "^0.1"
as requirement to your composer.json.
Configuration
This tool checks if a container-interop instance is returned
from file config/container.php
. You can configure the class info metadata by registering an instance with name
\Prooph\Cli\Console\Helper\ClassInfo
like \Prooph\Cli\Console\Helper\Psr4Info
to the container.
Another option is to use environment variables to configure your class metadata:
env variables:
PROOPHCLI_SOURCE_FOLDER
: path to src folder, default current working dir + 'src'PROOPHCLI_PACKAGE_PREFIX
: namespace of package, default ''PROOPHCLI_FILE_DOC_BLOCk
: file doc block, default ''
Support
- Ask questions on prooph-users mailing list.
- File issues at https://github.com/proophsoftware/prooph-cli/issues.
- Say hello in the prooph gitter chat.
Contribute
Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.
License
Released under the New BSD License.
All versions of prooph-cli with dependencies
symfony/console Version ^2.5 || ^3.0
zendframework/zend-code Version ^2.6.2 || ^3.0.1
zendframework/zend-filter Version ^2.6.1 || ^3.0
container-interop/container-interop Version ^1.1