/wallet

Mobile wallet REST API with Slim framework and Eloquent

Primary LanguagePHPMIT LicenseMIT

Mobile wallet with slim framework and Eloquent

This app provides wallet functionalities with REST Api. It handles the common tasks of get balance, Pay/Withdrawal, topup/deposit and transfer money to ones account.

Installation

Just need composer and mod_rewrite enable (for apache)

Usage

Once installed, Start the app with:

composer self-update

We now have a basic working application that makes use of mobile wallet without authentication.

Contributing

We welcome contributions! If you would like to hack on Mobile wallet, please follow these steps:

  1. Fork this repository
  2. Make your changes
  3. Install the requirements
  4. Submit a pull request after running make check (ensure it does not error!)

Please give us adequate time to review your submission. Thanks!