wjminions/omnipay-wechat

Wechat gateway for Omnipay payment processing library

1.0.2 2018-02-02 08:28 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:50:47 UTC


README

wechat 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 support for Omnipay.

This package only support Wechat service

Installation

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

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