xelax90/learning-context-client-module-doctrine-orm
Composer 安装命令:
composer require xelax90/learning-context-client-module-doctrine-orm
包简介
Doctrine ORM extension for xelax90/learning-context-client-module
README 文档
README
This module provides a Doctrine token storage for the Learning Context Client. The tokens will be stored in the lc_accesstoken
and lc_refreshtoken tables.
For more information about the Learning Context Client see https://github.com/xelax90/learning-context-client
For more information about the Learning Context Client Module see https://github.com/xelax90/learning-context-client-module
Setup
- Install this module with composer
composer require xelax90/learning-context-client-module-doctrine-orm
- Add
LearningContextClientModuleDoctrineORMto your modules array inconfig/application.config.phpAFTERLearningContextClientModule
$config = array( 'modules' => array( // ... 'LearningContextClientModule', 'LearningContextClientModuleDoctrineORM', // ... ), // ... );
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2016-06-21