xinyeweb / omnipay-mpay
mpay
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/xinyeweb/omnipay-mpay
Requires
- omnipay/common: ^3.0
This package is auto-updated.
Last update: 2025-10-22 08:46:07 UTC
README
$orderParams 订单参数
PcGateway $gateway = Omnipay::create($type); //设置通用配置 $gateway->setParams()
PcGateway parameters 为请求参数 public function precreate_online(array $parameters = []) { return $this->createRequest(PcRequest::class, $parameters); }