https://github.com/ignatenkovnikita/i-digital-client
API Client I-Digittal
https://github.com/ignatenkovnikita/i-digital-client
Last synced: 2 months ago
JSON representation
API Client I-Digittal
- Host: GitHub
- URL: https://github.com/ignatenkovnikita/i-digital-client
- Owner: ignatenkovnikita
- Created: 2020-03-30T21:34:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T21:40:50.000Z (about 5 years ago)
- Last Synced: 2025-02-03T13:31:33.441Z (4 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
API Client i-Digital
====================
API Client i-DigitalInstallation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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 :
```php
= \ignatenkovnikita\idgtl\AutoloadExample::widget(); ?>```