star-insure/omnipay-afterpay

AfterPay gateway for Omnipay payment processing library

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/star-insure/omnipay-afterpay

1.0.0 2023-06-27 23:33 UTC

This package is auto-updated.

Last update: 2025-09-15 08:22:30 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