joomla / console
Joomla Console Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 113 938
Dependents: 5
Suggesters: 5
Security: 0
Stars: 5
Watchers: 10
Forks: 4
Open Issues: 1
Type:joomla-package
Requires
- php: ^7.2.5
- joomla/application: ^2.0
- joomla/event: ^2.0
- joomla/string: ^2.0
- symfony/console: ^3.4|^4.4|^5.0
Requires (Dev)
- joomla/coding-standards: ^2.0@alpha
- joomla/test: ^2.0
- phpunit/phpunit: ^8.5|^9.0
- psr/container: ^1.0
Suggests
- psr/container-implementation: To use the ContainerLoader
This package is auto-updated.
Last update: 2022-07-16 17:37:59 UTC
README
The Console package provides the infrastructure for building command line applications with the Joomla! Framework.
Installation via Composer
Add "joomla/console": "~2.0"
to the require block in your composer.json and then run composer install
.
{ "require": { "joomla/console": "~2.0" } }
Alternatively, you can simply run the following from the command line:
composer require joomla/console "~2.0"
If you want to include the test sources and docs, use
composer require --prefer-source joomla/console "~2.0"