synctech / yii2-syuserman
Synctech User Manager, Property of synctech.id
Installs: 4
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:yii2-extension
pkg:composer/synctech/yii2-syuserman
Requires
This package is not auto-updated.
Last update: 2025-12-25 16:07:54 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(); ?>```