greencape / joomla-cli
A tool for managing Joomla! installations from the command line.
0.2.0
2019-08-21 12:53 UTC
Requires
- php: >=7.2
- ext-json: *
- league/flysystem: ^1.0
- league/flysystem-ziparchive: ^1.0
- sebastian/finder-facade: *
- sebastian/git: *
- symfony/console: ~2
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- league/flysystem-memory: ^1.0
- phpunit/phpunit: *
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-11-06 17:28:02 UTC
README
joomla-cli
is a tool for managing Joomla! from the command line.
Installation
Composer
Simply add a dependency on greencape/joomla-cli
to your project's composer.json
file if you use
Composer to manage the dependencies of your project. Here is a minimal example of a
composer.json
file that just defines a dependency on Joomla CLI:
{
"require": {
"greencape/joomla-cli": "*@dev"
}
}
For a system-wide installation via Composer, you can run:
composer global require 'greencape/joomla-cli=*'
Make sure you have ~/.composer/vendor/bin/
in your path.