library learning-context-client-module-doctrine-orm
Doctrine ORM extension for xelax90/learning-context-client-module
xelax90/learning-context-client-module-doctrine-orm
Doctrine ORM extension for xelax90/learning-context-client-module
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Learning Context Client Module Doctrine ORM
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., (*1)
For more information about the Learning Context Client see https://github.com/xelax90/learning-context-client, (*2)
For more information about the Learning Context Client Module see https://github.com/xelax90/learning-context-client-module, (*3)
Setup
-
Install this module with composer, (*4)
composer require xelax90/learning-context-client-module-doctrine-orm
-
Add LearningContextClientModuleDoctrineORM
to your modules array in config/application.config.php
AFTER LearningContextClientModule
, (*5)
$config = array(
'modules' => array(
// ...
'LearningContextClientModule',
'LearningContextClientModuleDoctrineORM',
// ...
),
// ...
);
dev-master
9999999-dev
Doctrine ORM extension for xelax90/learning-context-client-module
Sources
Download
BSD-2-Clause
The Requires
by
Aleksandr
v1.0.1
1.0.1.0
Doctrine ORM extension for xelax90/learning-context-client-module
Sources
Download
BSD-2-Clause
The Requires
by
Aleksandr
v1.0
1.0.0.0
Doctrine ORM extension for xelax90/learning-context-client-module
Sources
Download
BSD-2-Clause
The Requires
by
Aleksandr