djeager/yii2-api

Api for some sources

Maintainers

Package info

github.com/djeager/api

Type:yii2-extension

pkg:composer/djeager/yii2-api

Statistics

Installs: 29

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.2.3 2018-04-15 18:02 UTC

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(); ?>```