laasti/symfony-session-provider
最新稳定版本:v1.0
Composer 安装命令:
composer require laasti/symfony-session-provider
包简介
A league/container service provider for Symfony's session.
README 文档
README
A league/container service provider for Symfony's session.
Installation
composer require laasti/symfony-session-provider
Usage
$container = new League\Container\Container; $container->addServiceProvider('Laasti\SymfonySessionProvider\SymfonySessionProvider'); //To add configuration, by default it uses native sessions $container->add('config.session', []); //Get session $session = $container->get('Symfony\Component\HttpFoundation\Session\SessionInterface');
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
History
See CHANGELOG.md for more information.
Credits
Author: Sonia Marquette (@nebulousGirl)
License
Released under the MIT License. See LICENSE.txt file.
统计信息
- 总下载量: 177
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-29