Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.08 KB
BuxPHP

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.