Download the PHP package wolverineo250kr/yii2-pevnev-security-helper without Composer
On this page you can find all versions of the php package wolverineo250kr/yii2-pevnev-security-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wolverineo250kr/yii2-pevnev-security-helper
More information about wolverineo250kr/yii2-pevnev-security-helper
Files in wolverineo250kr/yii2-pevnev-security-helper
Download wolverineo250kr/yii2-pevnev-security-helper
More information about wolverineo250kr/yii2-pevnev-security-helper
Files in wolverineo250kr/yii2-pevnev-security-helper
Vendor wolverineo250kr
Package yii2-pevnev-security-helper
Short Description Security helper based on Yii2 framework. Returns an encoded string by key, aveliable to be used as a GET parameter.
License MIT
Package yii2-pevnev-security-helper
Short Description Security helper based on Yii2 framework. Returns an encoded string by key, aveliable to be used as a GET parameter.
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-pevnev-security-helper
yii2-pevnev-security-helper
Description
Based on Yii2 security function encryptByKey, this helper returns an encoded string aveliable to be used as a GET parameter.Install
composer require "wolverineo250kr/yii2-pevnev-security-helper":"v1.0.4"Usage
To encode string call in your Yii2 app following php command with your encryption key:\wolverineo250kr\helpers\security\SecurityHelper::encodeStringByKey('Your string', 'yourKey');
To decode string call in your Yii2 app following php command with your encryption key:
\wolverineo250kr\helpers\security\SecurityHelper::decodeStringByKey('5arqQR_W4GYzB5uIwNDUfDg4YTcyZjFiMzg3OTQwN2YzOTRjMTEzODlmODVjZjIxOGQ0ODUzZDNhNmEyODg3MDA3OGZiMzZkZDhkMGVhNjD9yDn2R8FySgjbfIzuISO3miPmWLSBFz7f0wWMbrNYRw', 'yourKey');
All versions of yii2-pevnev-security-helper with dependencies
PHP Build Version
Package Version
The package wolverineo250kr/yii2-pevnev-security-helper contains the following files
Loading the files please wait ....