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

Installs: 4

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:yii2-extension

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

This package is not auto-updated.

Last update: 2024-09-19 09:41:46 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(); ?>```