An open API service indexing awesome lists of open source software.

https://github.com/michaelthedev/qrpay

Send and receive funds by scanning QR codes
https://github.com/michaelthedev/qrpay

payment php qr-code transfer

Last synced: 2 months ago
JSON representation

Send and receive funds by scanning QR codes

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

QrPay


View Demo
·
Report Bug
·
Request Feature


## About The Project

[![QrPay Screen Shot][product-screenshot]](https://demo.logad.net/qrpay)

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

* [Postman Documentation](https://documenter.getpostman.com/view/10657913/UVyswb74)
* [API collection](https://www.getpostman.com/collections/ba63b1a1b9c0126fa56d)

(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.

* [PHP](https://php.net/)
* [Bootstrap](https://getbootstrap.com)
* [JQuery](https://jquery.com)

(back to top)

### Installation

_How to install._

1. Navigate to api/core/config.php
2. Edit the credentials
```php
$siteurl = "";
```

```php
$dbuser = "";
```

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](https://twitter.com/michaelarawole) - mycodemichael@gmail.com

(back to top)

## Acknowledgments

Special thanks to these guys for their amazing tool

* [Icons8](https://icons8.com)
* [Notyf](https://github.com/caroso1222/notyf)
* [Qrcode.js](https://github.com/davidshimjs/qrcodejs)
* [Qr Scanner](https://github.com/nimiq/qr-scanner)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/michaelthedev/qrpay.svg?style=for-the-badge
[contributors-url]: https://github.com/michaelthedev/qrpay/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/michaelthedev/qrpay.svg?style=for-the-badge
[forks-url]: https://github.com/michaelthedev/qrpay/network/members
[stars-shield]: https://img.shields.io/github/stars/michaelthedev/qrpay.svg?style=for-the-badge
[stars-url]: https://github.com/michaelthedev/qrpay/stargazers
[issues-shield]: https://img.shields.io/github/issues/michaelthedev/qrpay.svg?style=for-the-badge
[issues-url]: https://github.com/michaelthedev/qrpay/issues
[license-shield]: https://img.shields.io/github/license/michaelthedev/qrpay.svg?style=for-the-badge
[license-url]: https://github.com/michaelthedev/qrpay/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/michaelarawole/
[product-screenshot]: screenshot.jpg