socalnick / scn-social-auth-doctrine-orm
An extension of ScnSocialAuth that provides integration with Doctrine2 ORM.
Installs: 15 011
Dependents: 2
Suggesters: 0
Security: 0
Stars: 8
Watchers: 7
Forks: 20
Open Issues: 1
Requires
- php: >=5.3.3
- socalnick/scn-social-auth: 1.*
- zendframework/zend-modulemanager: ~2.0
- zendframework/zend-servicemanager: ~2.0
- zendframework/zend-stdlib: ~2.0
- zf-commons/zfc-user-doctrine-orm: 1.*
README
An extension of ScnSocialAuth that provides integration with Doctrine2 ORM.
Configuration
An entity is provided for UserProvider. Based on the setting of
$config['scn-social-auth']['enable_default_entities']
will the included entity
be used. To override the entity use
$config['scn-social-auth']['user_provider_entity_class']