Download the PHP package vikijel/joomla-extensions-packager without Composer
On this page you can find all versions of the php package vikijel/joomla-extensions-packager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vikijel/joomla-extensions-packager
More information about vikijel/joomla-extensions-packager
Files in vikijel/joomla-extensions-packager
Package joomla-extensions-packager
Short Description Library for generating All-In-One install packages (*.zip) with multiple extensions for Joomla! CMS
License MIT
Homepage https://github.com/vikijel/joomla-extensions-packager
Informations about the package joomla-extensions-packager
Joomla! Extensions Packager
PHP Library for generating All-In-One install packages (*.zip) with multiple extensions for Joomla! CMS
About
- Package: vikijel/joomla-extensions-packager
- Source: Packagist, GitHub
- Author: Viktor Jelínek (VikiJel), [email protected]
- License: The MIT License (MIT)
- Copyright: (c) 2016 Viktor Jelínek
- Website: http://www.joomla-extensions-packager.org
Features
- Packs given extensions, languages, scriptfile etc. together with auto-generated install xml manifest into a ZIP archive ready for installation into Joomla! CMS
- Created install packages are:
- Compatible with Joomla! 2.5 and newer (Xml manifest has
<extension>
root element) - Native extension installation packages of type 'package'
- Compatible with Joomla! 2.5 and newer (Xml manifest has
Requirements
- PHP 5.6 or newer
- For more info about PHP versions compatibility see PHPUnit results at Travis
Installation via Composer
Run this command inside your project directory (Your project dir is later referred to as repository
):
You need to have Composer installed for above command to work
Inclusion to project
- If you are using Composer in your project, the
vendor/autoload.php
should be already required in your project repository
= your project directory (where you rancomposer require
)
Usage - Basic
- Source: examples/usage_basic.php
Usage - Advanced
- Source: examples/usage_advanced.php
- More information can be found directly inside Package class and other classes in form of php-doc comments
This library is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. The Joomla!® name and logo is used under a limited license granted by Open Source Matters, the trademark holder in the United States and other countries.