saaspower/yii2-security

SaaSPower Yii2 Security extension

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

1.0.9 2017-06-25 05:15 UTC

This package is not auto-updated.

Last update: 2019-03-14 15:21:44 UTC


README

SaaSPower Yii2 Security

SaaSPower Yii2 Security extension

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist saaspower/yii2-security "*"

or add

"saaspower/yii2-security": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \saaspower\security\AutoloadExample::widget(); ?>```