srun/yii2-campay

Yii2 Campus Pay Extension

v1.0.0 2022-04-27 08:05 UTC

This package is auto-updated.

Last update: 2024-09-27 13:43:42 UTC


README

Yii2 Campus Pay Extension

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist srun/yii2-campay "*"

or add

"srun/yii2-campay": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \srun\campay\AutoloadExample::widget(); ?>