foa/auth-session-bundle
最新稳定版本:0.2.0
Composer 安装命令:
composer require foa/auth-session-bundle
包简介
Integration of Aura.Auth and Aura.Session
README 文档
README
Integrate aura/session and aura/auth.
Foreword
PHP version compatibilty
See .travis.yml file.
Installation
composer require foa/auth-session-bundle
Quality
First install the dependencies via the command : composer install
To run the unit tests at the command line, issue ./vendor/bin/phpunit.
This library attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.
Community
To ask questions, provide feedback, or otherwise communicate with the Aura community, please join our Google Group, follow @auraphp on Twitter, or chat with us on #auraphp on Freenode.
Getting Started
Instantiation
$session_factory = new \FOA\Auth_Session_Bundle\SessionFactory(); $session = $session_factory->newInstance($_COOKIE); $segment = new \FOA\Auth_Session_Bundle\Segment($session, 'Aura\Auth\Session'); $auth_factory = new \Aura\Auth\AuthFactory($_COOKIE, $session, $segment);
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2014-11-09