Skip to content

Hackwar/console

 
 

Repository files navigation

The Console Package Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

The Console package provides the infrastructure for building command line applications with the Joomla! Framework.

Installation via Composer

Add "joomla/console": "~2.0@dev" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/console": "~2.0@dev"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/console "~2.0@dev"

About

Joomla Framework Console Package

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%