Download the PHP package julienmru/omnipay-alma without Composer
On this page you can find all versions of the php package julienmru/omnipay-alma. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download julienmru/omnipay-alma
More information about julienmru/omnipay-alma
Files in julienmru/omnipay-alma
Package omnipay-alma
Short Description Alma driver for the Omnipay PHP payment processing library
License MIT
Homepage https://github.com/julienmru/omnipay-alma
Informations about the package omnipay-alma
Omnipay: Alma
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.
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 [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.