Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 2.05 KB

README.md

File metadata and controls

65 lines (39 loc) · 2.05 KB

PHP WALLET CLASS


PHP Wallet Class is a php abstraction and an easy to integrate class that introduces finance cash flow (Credit & Debit) module in your system.

Wallet Image

Release Information

This repo contains in-development code for future releases. To download the latest stable release please visit the Jovitec Technologies Ltd (https://jovi-tec.com)

Changelog and New Features

You can find a list of all changes for each release in the user guide change log here

Server Requirements

  • PHP version 5.5 or newer is recommended.

It should work on 5.3.7 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.

Installation

Please see the installation section(https://github.com/jobhanes/php-wallet/blob/master/documentation/documentation.pdf) of the Documentation In the folders . But just to take you through the key points:

1  Unzip the Wallet File that you downloaded 

2  Copy the unzipped folder in to your system folder.

3  Import the wallet_in & wallet_out tables in your database. (Located in /assets/) 

4  You can run some tests after the successful importation of tables (test bed folder is here /examples/)

5  Make sure it works well.

License

Please see the license agreement (https://github.com/jobhanes/php-wallet/blob/master/license.txt)

Resources

Report security issues to our Security Panel (mailto:admin@jovi-tec.com) or via our job.jovitec.com(https://job.jovi-tec.com) thank you.

Acknowledgement