djeager / yii2-api
Api for some sources
1.2.3
2018-04-15 18:02 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-01 09:19:01 UTC
README
Api for some sources
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist djeager/yii2-api "*"
or add
"djeager/yii2-api": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \djeager\api\AutoloadExample::widget(); ?>```