beelab / user-bundle
Simple user provider for Symfony
Installs: 13 175
Dependents: 1
Suggesters: 0
Security: 0
Stars: 17
Watchers: 5
Forks: 5
Open Issues: 4
Type:symfony-bundle
Requires
- php: ^7.1
- doctrine/doctrine-bundle: ^1.6 || ^2.0
- doctrine/orm: ^2.5
- sensio/framework-extra-bundle: ^4.0 || ^5.0
- symfony/config: ^3.4.35 || ^4.4.7 || ^5.0.7
- symfony/console: ^3.4.35 || ^4.4.7 || ^5.0.7
- symfony/dependency-injection: ^3.4.35 || ^4.4.7 || ^5.0.7
- symfony/doctrine-bridge: ^3.4.35 || ^4.4.7 || ^5.0.7
- symfony/form: ^3.4.35 || ^4.4.7 || ^5.0.7
- symfony/security: ^3.4.35 || ^4.4.7 || ^5.0.7
- symfony/templating: ^3.4.35 || ^4.4.7 || ^5.0.7
- symfony/validator: ^3.4.35 || ^4.4.7 || ^5.0.7
- twig/twig: ^1.26 || ^2.0 || ^3.0
Requires (Dev)
- knplabs/knp-components: ^1.3 || ^2.0
- knplabs/knp-paginator-bundle: ^3.0 || ^4.0 || ^5.0
- lexik/form-filter-bundle: ^5.0
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.1
Suggests
- knplabs/knp-paginator-bundle: Needed for optional pagination
- lexik/form-filter-bundle: If you want to use filters
- dev-master / 2.6.x-dev
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.1
- v2.2.0
- 2.1.x-dev
- v2.1.0
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.x-dev
- v1.6.1
- v1.6.0
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-umanit-sf4_compat
- dev-analysis-zYgZKX
This package is auto-updated.
Last update: 2022-12-18 09:55:47 UTC
README
This bundle is a simple implementation of a Symfony user provider.
It provides a User
entity with minimal fields (e.g. no "username", no "canonical" stuff), login functionality
and basic CRUD actions. Impersonation and password change are supported. Nothing more (no registration, no lost password).
If you use this bundle and you need a "lost password" functionality, please take a look to BeelabUserPasswordBundle.
Only Doctrine ORM is supported (no ODM, no Propel).
Documentation
License
This bundle is released under the LGPL license. See the complete license text.