Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.21 KB

PHP PAYMENT GATEWAYS

Easy to use PHP payment gateway library designed for PHP 8 and above. The primary goal of this library is to facilitate seamless transitions between different payment merchants, allowing developers to switch gateways without the need for relearning of new implementation and documentation. Initialization involves specifying the preferred merchant, ensuring a smooth and consistent experience. Currently, PayStack is the starting point for this library.

Installation Guide via Composer:

composer require nanoblocktech/payment-gateways

Available Merchant Payment

  1. PayStack - Here you can find about PayStack API documentation to get started https://paystack.com/docs/api/

Documentations

To get started see the library documentation

  1. Getting Started
  2. Customer Management
  3. Customers Account Management
  4. Payments & Transactions
  5. Payment Charges Calculations
  6. Banks & Dedicated Virtual Account
  7. Webhook & Routing Handling
  8. API Request Response

License

The MIT License (MIT). Please see License for more information.