https://github.com/nanoblocktech/payment-gateways
PHP class for payment gateways, using same code to process different payment merchants.
https://github.com/nanoblocktech/payment-gateways
payment payment-gateway paystack php php-paystack
Last synced: 3 days ago
JSON representation
PHP class for payment gateways, using same code to process different payment merchants.
- Host: GitHub
- URL: https://github.com/nanoblocktech/payment-gateways
- Owner: nanoblocktech
- License: mit
- Created: 2023-12-11T20:13:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T04:17:34.000Z (over 2 years ago)
- Last Synced: 2025-08-13T14:51:14.314Z (10 months ago)
- Topics: payment, payment-gateway, paystack, php, php-paystack
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
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](docs/)
2. [Customer Management](docs/CUSTOMER.md)
3. [Customers Account Management](docs/ACCOUNT.md)
4. [Payments & Transactions](docs/PAYMENT.md)
5. [Payment Charges Calculations](docs/CHARGES.md)
6. [Banks & Dedicated Virtual Account](docs/BANK.md)
7. [Webhook & Routing Handling](docs/HOOK.md)
8. [API Request Response](docs/RESPONSE.md)
## License
The MIT License (MIT). Please see [License](LICENSE) for more information.