itprism / prism-library
Prism library used in all ITPrism projects.
v1.22
2018-01-30 22:23 UTC
Requires
- php: >=5.6
- abraham/twitteroauth: ^0.7.4
- adam-paterson/oauth2-stripe: ^2.0
- authorizenet/authorizenet: ~1.9
- aws/aws-sdk-php: ^3.31
- defuse/php-encryption: ^2.1
- facebook/graph-sdk: ^5.5
- google/apiclient: ^2.2
- hashids/hashids: ^2.0
- ircmaxell/random-lib: ^1.2
- league/flysystem: ^1.0
- league/flysystem-aws-s3-v3: ^1.0
- league/fractal: ^0.16.0
- mollie/mollie-api-php: 1.9.*
- nesbot/carbon: ^1.22
- paypal/adaptivepayments-sdk-php: ^3.9
- ramsey/uuid: ^3.6
- stripe/stripe-php: ^5.1
- webonyx/graphql-php: ^0.10.2
- wepay/php-sdk: ^0.3.1
Requires (Dev)
- joomla/registry: ~1.0
- joomla/utilities: ~1.0
- phpunit/phpunit: 5.2.*
This package is not auto-updated.
Last update: 2024-11-10 03:20:49 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.
- 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
Download
You can download Prism Library package from the website of ITPrism.
License
Prism Library is under GPLv3 license.