Skip to content

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

License

Notifications You must be signed in to change notification settings

todordev/PrismLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prism Library

( 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.