xinyeweb / omnipay-bocpay
bocpay
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/xinyeweb/omnipay-bocpay
Requires
- omnipay/common: ^3.0
This package is auto-updated.
Last update: 2025-10-18 12:39:20 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(); ?>```