synctech / yii2-syuserman
There is no license information available for the latest version (dev-master) of this package.
Synctech User Manager, Property of synctech.id
Package info
gitlab.com/merizrizal/yii2-syuserman
Type:yii2-extension
pkg:composer/synctech/yii2-syuserman
dev-master
2017-09-25 21:08 UTC
Requires
This package is not auto-updated.
Last update: 2026-02-19 16:57:27 UTC
README
Synctech User Manager
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist synctech/yii2-syuserman "*"
or add
"synctech/yii2-syuserman": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \syuserman\AutoloadExample::widget(); ?>```