lembadm/yii2-fileapi-behavior

This package is abandoned and no longer maintained. No replacement package was suggested.

Yii2 FileAPI Behavior

1.0.0 2014-08-22 14:30 UTC

This package is not auto-updated.

Last update: 2022-04-02 04:22:44 UTC


README

Yii2 FileAPI Behavior

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist lembadm/yii2-fileapi-behavior "*"

or add

"lembadm/yii2-fileapi-behavior": "*"

to the require section of your composer.json file.

Usage

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

<?= \lembadm\fileapi\AutoloadExample::widget(); ?>```