cariagency/omnipay-alma

Alma driver for the Omnipay PHP payment processing library

v1.1.0 2021-02-17 13:16 UTC

This package is auto-updated.

Last update: 2024-05-17 21:12:28 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 cariagency/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.