wjminions / omnipay-wechat-hk
Wechat Hk gateway for Omnipay payment processing library
1.0.0
2019-05-15 09:46 UTC
Requires
- omnipay/common: ~2.5.1
Requires (Dev)
- omnipay/tests: ~2.0
This package is not auto-updated.
Last update: 2026-03-13 17:47:36 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"
}
}