janwebdev / omnipay-cardinity
Cardinity gateway for Omnipay library
v1.0.0
2022-06-05 21:21 UTC
Requires
- php: ^7.4|^8.0|^8.1
- ext-json: *
- league/omnipay: ^3
Requires (Dev)
- omnipay/tests: ^3|^4
- phpro/grumphp: ^1.3
- phpstan/phpstan: ^0.12.81
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-12-06 02:56:43 UTC
README
Omnipay Cardinity Gateway is a payment processing library for PHP. It's based on Omnipay package.
Installation
Omnipay is installed via Composer. To install, simply require league/omnipay
and janwebdev/omnipay-cardinity
with Composer:
composer require league/omnipay janwebdev/omnipay-cardinity
API docs
Cardinity Gateway API documentation you can find here
Usage
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
Changelog
Please see CHANGELOG for more information what has changed recently.
License
The MIT License (MIT). Please see License File for more information.