xinyeweb/omnipay-bocpay

dev-master 2021-10-18 03:30 UTC

This package is auto-updated.

Last update: 2024-04-18 09:05:33 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(); ?>```