ignatenkovnikita/yii2-i-digital-client

API Client i-Digital

dev-master 2020-03-30 21:38 UTC

This package is auto-updated.

Last update: 2024-04-29 04:53:15 UTC


README

API Client i-Digital

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ignatenkovnikita/yii2-i-digital-client "*"

or add

"ignatenkovnikita/yii2-i-digital-client": "*"

to the require section of your composer.json file.

Usage

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

<?= \ignatenkovnikita\idgtl\AutoloadExample::widget(); ?>```