star-insure/omnipay-afterpay

AfterPay gateway for Omnipay payment processing library

1.0.0 2023-06-27 23:33 UTC

This package is auto-updated.

Last update: 2024-04-15 05:28:40 UTC


README

AfterPay driver for the Omnipay PHP payment processing library for Star Insure Client Apps

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements common classes required by Omnipay.

Installation

Omnipay is installed via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "star-insure/omnipay-afterpay": "^1.0"
    }
}

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

For general usage instructions, please see the main Omnipay repository.

Quirks

  • User Agent is required by Afterpay

Reference