Download the PHP package lumberjacked/bas-console without Composer
On this page you can find all versions of the php package lumberjacked/bas-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lumberjacked/bas-console
More information about lumberjacked/bas-console
Files in lumberjacked/bas-console
Download lumberjacked/bas-console
More information about lumberjacked/bas-console
Files in lumberjacked/bas-console
Vendor lumberjacked
Package bas-console
Short Description Command Console to generate zf2 files
License MIT
Package bas-console
Short Description Command Console to generate zf2 files
License MIT
Please rate this library. Is it a good library?
Informations about the package bas-console
BasConsole for Zend Framework 2
BasConsole uses Symfony Console to generate Zend Framework 2 files, configs, and scalffolding for your zf2 project.
- generate:app
- generate:module
- route:add
- route:update
- route:delete
Requirements
Dependencies are setup in the composer.json file. Currently Composer is the only supported method for requiring dependencies.
Installation
Composer installs all the depdencies, everything is defined in composer.json. For composer documentation, please refer to getcomposer.org.
Installation steps
cd my/project/directory
git clone https://github.com/lumberjacked/BasConsole.git
- run
php composer.phar install
- alias the project for easy access
alias zf2='~/workspace/BasConsole/console'
Full configuration options
For a list of all available commands
- zf2 --help
- zf2 command:name --help (For specific help on a command)
Usage
- Read the output of the commands is the easiest way.
Coming Soon
- More Commands to be able to do a viarity of things from the command line.
All versions of bas-console with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
symfony/console Version dev-master
zendframework/zend-servicemanager Version 2.0.*
zendframework/zend-json Version 2.0.*
zendframework/zend-config Version 2.0.*
symfony/console Version dev-master
zendframework/zend-servicemanager Version 2.0.*
zendframework/zend-json Version 2.0.*
zendframework/zend-config Version 2.0.*
The package lumberjacked/bas-console contains the following files
Loading the files please wait ....