( Version 1.22 )
This is a collection of PHP classes used in many ITPrism extensions.
The preferred method of installation to PHP Frameworks is via Packagist and Composer. Run the following command to install the package and add it as a requirement to your project's composer.json
:
composer require itprism/prism-library
Follow next steps to build a package that you will be able to install on your Joomla! website.
NOTE: You need Apache Ant to build the package.
- Clone this repository.
- Install required packages executing
composer update
. - Go to folder build.
- Rename file antconfig.dist.txt to antconfig.txt.
- Enter the path to the folder where you cloned this repository. You have to enter the path as value of variable cfg.sourceDir in antconfig.txt.
- Execute
ant
in your console.
ant
You can download Prism Library package from the website of ITPrism.
Prism Library is under GPLv3 license.