cariagency / omnipay-alma
Alma driver for the Omnipay PHP payment processing library
Requires
- alma/alma-php-client: ^1.0
- omnipay/common: ^v3.0
Requires (Dev)
- omnipay/tests: ~3.0
- phpro/grumphp: ^0.14
- squizlabs/php_codesniffer: ^3
This package is auto-updated.
Last update: 2024-10-30 11:30:02 UTC
README
Alma driver for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.6+. This package implements Alma support for Omnipay.
Install
Instal the gateway using require. Require the league/omnipay
base package and this gateway.
$ composer require league/omnipay julienmru/omnipay-alma
Usage
The following gateways are provided by this package:
- Alma
Alma requires to specify either shipping or billing address when submitting the payment which you can send in the CreditCard
object.
You may check if your cart is eligible to Atma using the eligibility
method and checking isSuccessful
in the response.
For general usage instructions, please see the main Omnipay repository.
Support
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email julien@cari.agency instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.