sansusan / yii2-extplorer
Extension that is a wrapper of the Extplorer.
Installs: 75
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-01-18 20:46:39 UTC
README
Extension that is a wrapper of the Extplorer.
Demo
Installation
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.
Usage
use sansusan\extplorer\Extplorer; echo Extplorer::widget();
License
yii2-extplorer is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.