Download the PHP package theartofjoomla/joomla-cli-application without Composer
On this page you can find all versions of the php package theartofjoomla/joomla-cli-application. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download theartofjoomla/joomla-cli-application
More information about theartofjoomla/joomla-cli-application
Files in theartofjoomla/joomla-cli-application
Package joomla-cli-application
Short Description A distribution of the "Joomla Framework" for supporting a command-line (CLI) application.
License LGPL-2.1+
Homepage https://github.com/eddieajau/joomla-cli-application
Informations about the package joomla-cli-application
Joomla CLI Application
This is distribution of the Joomla Framework for you to use as a skeleton for command-line applications (CLI's).
1. Installation
You have two options to install the Joomla CLI Application.
Use Composer (recommended)
The Joomla Framework uses Composer to manage dependencies. The easiest way to install the Joomla CLI Application base is to create a project for you.
If you don't have Composer, follow the installation instructions on the http://getcomposer.org site.
Then, use the create-project
command to download and prepare your command-line application:
Composer will install the project under the path/to/install
folder and automatically download all the dependencies into the path/to/install/vendor
folder.
2. Configuring the application
The application comes with based configuration support so copy or rename the /etc/config.dist.json
file to /etc/config.json
.
3. Testing the application
The executable file is /bin/run.php
.
4. Extending the application
- Rename the "Acme" string and
/src/Acme
to the name of your application. - Add more packages and dependencies by modifying
/composer.json
.
5. Features
- JSON configuration file support (
/etc/config.json
). - Monolog logging to STDOUT.
- Exception tracing.
6. More help
Browse the tutorials on building a command line application at Learn the Art of Joomla - Framework Solutions.
All versions of joomla-cli-application with dependencies
joomla/event Version ~1.1.0
joomla/session Version ~1.1
joomla/string Version ~1.1
joomla/registry Version ~1.1
joomla/uri Version ~1.1
joomla/filesystem Version ~1.1
joomla/application Version ~1.1.1
joomla/di Version ~1.1.1
monolog/monolog Version 1.*@stable