wjminions/omnipay-wechat-hk

Wechat Hk gateway for Omnipay payment processing library

1.0.0 2019-05-15 09:46 UTC

This package is not auto-updated.

Last update: 2024-04-26 08:58:39 UTC


README

wechat hk driver for the Omnipay PHP payment processing library

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Wechat Hk support for Omnipay.

This package only support Wechat Hk service

Installation

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

{
    "require": {
        "wjminions/omnipay-wechat-hk": "dev-master"
    }
}