nanoblocktech/payment-gateways

PHP class for payment gateways, using same code to process different payment merchants.

1.6 2023-12-22 20:54 UTC

This package is auto-updated.

Last update: 2024-04-30 00:49:08 UTC


README

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.