yiiman/yii-lib-cookie
Composer 安装命令:
composer require yiiman/yii-lib-cookie
包简介
Cookie library for Yii2 and Yii3 framework - very easy and powerfull
README 文档
README
Cookie library for Yii2 framework - very easy and powerfull
Set Component
In Yii Advanced go to path:
common\config\main.php
And in Yii Basic go to path:
config\main.php
Add component to component array:
[
'components'=>
[
'cookie'=>YiiMan\YiiLibCookie\lib\cookie::class
]
]
Now you can call component like this:
Yii::$app->cookie
Set value to cookie
Just do :
Yii::$app->cookie->newKey='new value';
Get saved value
Just do :
$value=Yii::$app->cookie->newKey
统计信息
- 总下载量: 70
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2022-01-03