marcialpaulg / buxphp
Bux.ph PHP library
v1.0
2020-12-06 17:07 UTC
Requires
- php: ^7.2.5|^8.0
README
buxPHP
Introduction
BuxPHP is a simple PHP library that will help you implement Bux.ph payment in your projects.
Features
- "Creating Payment Request" / "Generate Payment Link"
- Get payment info
- Validate IPN message
- Get available balance, user info, transaction summary, payment settings and payout profiles
Installation
BuxPHP is available in Packagist, and installation via Composer
run
composer require marcialpaulg/buxphp
Note that the vendor folder and the vendor/autoload.php
script are generated by Composer
; they are not part of BuxPHP.
Usage
check our examples
License
BuxPHP is open-sourced software licensed under the MIT license.