joomla / console
Joomla Console Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 136 836
Dependents: 5
Suggesters: 5
Security: 0
Stars: 8
Watchers: 10
Forks: 4
Open Issues: 2
Type:joomla-package
Requires
- php: ^7.2.5|~8.0.0|~8.1.0
- 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: ^3.0@dev
- 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: 2023-03-22 14:12:05 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"