https://github.com/joomla-framework/console
Joomla Framework Console Package
https://github.com/joomla-framework/console
cli console joomla joomla-framework php symfony-console
Last synced: 19 days ago
JSON representation
Joomla Framework Console Package
- Host: GitHub
- URL: https://github.com/joomla-framework/console
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2017-08-20T22:39:39.000Z (over 7 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2024-10-08T21:11:37.000Z (7 months ago)
- Last Synced: 2025-03-31T10:05:09.964Z (26 days ago)
- Topics: cli, console, joomla, joomla-framework, php, symfony-console
- Language: PHP
- Size: 5.25 MB
- Stars: 9
- Watchers: 11
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# The Console Package [](https://ci.joomla.org/joomla-framework/console)
[](https://packagist.org/packages/joomla/console)
[](https://packagist.org/packages/joomla/console)
[](https://packagist.org/packages/joomla/console)
[](https://packagist.org/packages/joomla/console)The Console package provides the infrastructure for building command line applications with the Joomla! Framework.
## Installation via Composer
Add `"joomla/console": "~3.0"` to the require block in your composer.json and then run `composer install`.
```json
{
"require": {
"joomla/console": "~3.0"
}
}
```Alternatively, you can simply run the following from the command line:
```sh
composer require joomla/console "~3.0"
```If you want to include the test sources and docs, use
```sh
composer require --prefer-source joomla/console "~3.0"
```