Extension that is a wrapper of the Extplorer.
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require sansusan/yii2-extplorer "dev-master"
or add
"sansusan/yii2-extplorer": "dev-master"
to the require
section of your composer.json
file.
use sansusan\extplorer\Extplorer;
echo Extplorer::widget();
yii2-extplorer is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.