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

Maintainers

Package info

gitlab.com/merizrizal/yii2-syuserman

Issues

Type:yii2-extension

pkg:composer/synctech/yii2-syuserman

Statistics

Installs: 4

Dependents: 1

Suggesters: 0

Stars: 0

dev-master 2017-09-25 21:08 UTC

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(); ?>```