2017 © Pedro Peláez
 

library prism-library

Prism library used in all ITPrism projects.

image

itprism/prism-library

Prism library used in all ITPrism projects.

  • Tuesday, January 30, 2018
  • by ITPrism
  • Repository
  • 3 Watchers
  • 5 Stars
  • 13 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 3 Forks
  • 3 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Prism Library

( Version 1.22 ), (*1)


This is a collection of PHP classes used in many ITPrism extensions., (*2)

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:, (*3)

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., (*4)

NOTE: You need Apache Ant to build the package., (*5)

  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., (*6)

License

Prism Library is under GPLv3 license., (*7)

The Versions