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
- Host: GitHub
- URL: https://github.com/michaelthedev/qrpay
- Owner: michaelthedev
- License: mit
- Created: 2022-04-02T15:56:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T05:57:55.000Z (almost 3 years ago)
- Last Synced: 2023-04-19T16:30:42.645Z (over 2 years ago)
- Topics: payment, php, qr-code, transfer
- Language: PHP
- Homepage: https://demo.logad.net/qrpay
- Size: 6.01 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
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]
## 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 codeThe projects includes the Postman API collection too
* [Postman Documentation](https://documenter.getpostman.com/view/10657913/UVyswb74)
* [API collection](https://www.getpostman.com/collections/ba63b1a1b9c0126fa56d)### 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)### 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## 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## License
Distributed under the MIT License.
## Contact
Michael Arawole - [@MichaelArawole](https://twitter.com/michaelarawole) - mycodemichael@gmail.com## 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)[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