itprism/prism-library

Prism library used in all ITPrism projects.

v1.22 2018-01-30 22:23 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:49:21 UTC


README

( Version 1.22 )

This is a collection of PHP classes used in many ITPrism extensions.

Installation

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

Building Joomla! package

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.

  1. Clone this repository.
  2. Install required packages executing composer update.
  3. Go to folder build.
  4. Rename file antconfig.dist.txt to antconfig.txt.
  5. 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.
  6. Execute ant in your console.
ant

Download

You can download Prism Library package from the website of ITPrism.

License

Prism Library is under GPLv3 license.