An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# The Console Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/console/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/joomla-framework/console)

[![Latest Stable Version](https://poser.pugx.org/joomla/console/v/stable)](https://packagist.org/packages/joomla/console)
[![Total Downloads](https://poser.pugx.org/joomla/console/downloads)](https://packagist.org/packages/joomla/console)
[![Latest Unstable Version](https://poser.pugx.org/joomla/console/v/unstable)](https://packagist.org/packages/joomla/console)
[![License](https://poser.pugx.org/joomla/console/license)](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"
```