forci / remember-me-bundle
Persistent Remember Me bundle for Symfony applications
Installs: 573
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:SCSS
Type:symfony-bundle
Requires
- php: >=7.1.3
- doctrine/orm: ~2.5
- symfony/form: ~2.0|~3.0|~4.0
- symfony/framework-bundle: ~2.0|~3.0|~4.0
- symfony/security: ~2.0|~3.0|~4.0
- wucdbm/quick-ui-bundle: ~0.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.8
- wucdbm/php-cs-fixers: ~0.1
README
Persistent Remember Me bundle for Symfony applications
- If you'd like to use a custom Token class, extend it, pass the config and DO NOT include the bundle in the auto-mapping list of bundles
TODO
- Documentation
- Tests
- Make it possible to attach the bundle to another Doctrine connection via a compiler pass that aliases
doctrine.orm.%manager_name%_entity_manager
toforci_remember_me.entity_manager
<service id="forci_remember_me.repo.abstract" abstract="true"> <factory service="doctrine.orm.default_entity_manager" method="getRepository"/> </service>