Omnipay Cardinity Gateway is a payment processing library for PHP. It's based on Omnipay package.
Omnipay is installed via Composer. To install, simply require league/omnipay
and janwebdev/omnipay-cardinity
with Composer:
composer require league/omnipay janwebdev/omnipay-cardinity
Cardinity Gateway API documentation you can find here
For general usage instructions, please see the main Omnipay repository.
Currently, library implements 7 operations:
- Create a payment
- Complete a payment
- Create authorized payment
- Complete authorized payment
- Overview a payment
- Refund a payment
- Void a payment
Please see CHANGELOG for more information what has changed recently.
The MIT License (MIT). Please see License File for more information.