cable/cable-cookie
Composer 安装命令:
composer require cable/cable-cookie
包简介
MIT
README 文档
README
Cookie Library for Cable Framework
$container = \Cable\Container\Factory::create(); $container->add('request', \Symfony\Component\HttpFoundation\Request::createFromGlobals()); $container->addProvider(\Cable\Cookie\CookieServiceProvider::class); $container->singleton('response', \Symfony\Component\HttpFoundation\Response::create()); $cookie = $container['cookie']; var_dump($cookie);
Session
$container = \Cable\Container\Factory::create(); $container->addProvider(\Cable\Session\SessionServiceProvider::class); $container->singleton('response', \Symfony\Component\HttpFoundation\Response::create()); $session = $container['session']; $flash = $container['flashbag'];
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-05