xinyeweb / omnipay-bocpay
bocpay
dev-master
2021-10-18 03:30 UTC
Requires
- omnipay/common: ^3.0
This package is auto-updated.
Last update: 2025-01-18 10:56:44 UTC
README
bocpay
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist xinyeweb/omnipay-bocpay "*"
or add
"xinyeweb/omnipay-bocpay": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \Omnipay\BOCPay\AutoloadExample::widget(); ?>```