yii2-referral system for cbd3

Oleg K 1bcf9a1bdb init 4 lat temu
AutoloadExample.php 1bcf9a1bdb init 4 lat temu
README.md 1bcf9a1bdb init 4 lat temu
composer.json 1bcf9a1bdb init 4 lat temu

README.md

Referral system

Referral system desc

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ptenchik0/yii2-referral "*"

or add

"ptenchik0/yii2-referral": "*"

to the require section of your composer.json file.

Usage

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

php <?= \ptenchik0\referral\AutoloadExample::widget(); ?>