Skip to content

michaelthedev/qrpay

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


About The Project

QrPay Screen Shot

Very simple

  • You register, the system generates a unique ID
  • You login with your unique ID
  • Your details are fetched from the API and updated at an interval
  • Use your userID to receive money or use your QR code
  • Send money by entering the receipients user id or scanning their code

The projects includes the Postman API collection too

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Installation

How to install.

  1. Navigate to api/core/config.php

  2. Edit the credentials

    $siteurl = "<URL-THE-PROJECT-IS-LOCATED>";
    $dbuser = "<DATABASE-USERNAME>";
  3. Upload qrpay.sql to your database

  4. Save and open the url in your browser

(back to top)

Next Update

  1. Adding personal payment link
  2. Developer API system (later update)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact

Michael Arawole - @MichaelArawole - mycodemichael@gmail.com

(back to top)

Acknowledgments

Special thanks to these guys for their amazing tool

(back to top)