itprism/virtual-currency-library

Library of the extension Virtual Currency.

3.0.0 2017-09-08 19:07 UTC

This package is not auto-updated.

Last update: 2024-03-16 23:47:17 UTC


README

( Version 3.0 )

This library provides a business logic of the extension Virtual Currency. You can use it to any framework. Virtual Currency is Joomla! extension that provides functionality, API and resources to manage virtual money and goods on Joomla! websites.

Installation

The preferred method of installation 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/virtual-currency-library

Documentation

You can find documentation on following pages.

Documentation and FAQ

API documentation

Download

You can download VirtualCurrency package from the website of ITPrism.

Distribution repository

License

Virtual Currency is under GPLv3 license.

Building Joomla! package

If you would like to build a package that you will be able to install on your Joomla! website, follow next steps.

NOTE: Use this option if you would like to upgrade the library urgently. The component Virtual Currency contains the library and it will be overridden when you upgrade the component on Joomla! CMS.

You will have to install Apache Ant on your PC.

  1. Clone this repository.
  2. Go to folder build.
  3. Rename antconfig.dist.txt to antconfig.txt.
  4. Enter the path to the folder where you downloaded the library. You have to enter the path as value of variable cfg.sourceDir in antconfig.txt.
  5. Execute ant in your console.
ant

Features

  • PSR-4 autoloading compliant structure
  • Unit-Testing with PHPUnit
  • Comprehensive Guides and tutorial
  • Easy to use to any framework or even a plain php file