wjminions / omnipay-wechat-hk
Wechat Hk gateway for Omnipay payment processing library
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/wjminions/omnipay-wechat-hk
Requires
- omnipay/common: ~2.5.1
Requires (Dev)
- omnipay/tests: ~2.0
This package is not auto-updated.
Last update: 2025-09-26 15:38:54 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" } }