BuxPHP is a simple PHP library that will help you implement Bux.ph payment in your projects.
- "Creating Payment Request" / "Generate Payment Link"
- Get payment info
- Validate IPN message
- Get available balance, user info, transaction summary, payment settings and payout profiles
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.
check our examples
BuxPHP is open-sourced software licensed under the MIT license.