Skip to content

todordev/VirtualCurrency

Repository files navigation

Virtual Currency for Joomla!

( Version 3.0 )


Virtual Currency is a Joomla! extension that provides functionality, API and resources that can be used to manage virtual currency and virtual goods on Joomla! websites.

Documentation

You can find documentation on following pages.

Documentation and FAQ

API documentation

Download

You can download Virtual Currency package from the website of ITPrism.

License

Virtual Currency is under GPLv3 license.

About the code in this repository

This repository contains code that you should use to create a package. You will be able to install that package via Joomla Extension Manager. You should install ANT on your PC to build a package.

Build Joomla! package?

  1. Download or clone this repository.
  2. Rename the file build/antconfig.dist.txt to build/antconfig.txt.
  3. Edit the file build/antconfig.txt. Enter name and version of your package. Enter full path to the folder where you downloaded this repository.
  4. Open a console and go to folder build.
  5. Execute ant. It will build a package in folder /packages.
ant

Contribute

You should do pull requests to contribute to this projects.