Download the PHP package amillot/user-bundle without Composer
On this page you can find all versions of the php package amillot/user-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package user-bundle
Create your User class
To use this bundle, you have to create your own User class which extends to AbstractUser class.
Encoding Passwords
You can control how your user password is encoded in security.yaml.
Entity User Provider
Authentication & firewalls
A firewall is the process which allow to authenticate your system.
Only one firewall is used by request. You can use pattern, host or service to identify the firewall to use.
All real URLs are handled by the main firewall (no pattern key means it matches all URLs). A firewall can have many modes of authentication, in other words many ways to ask the question "Who are you?". Often, the user is unknown (i.e. not logged in) when they first visit your website. The anonymous mode, if enabled, is used for these requests.
Denying access, Roles, and other Authorization
Link Profile entity to User entity
You have to specify the User class to use instead of UserInterface.
Add Mapping information
User mapping
Profile mapping
All versions of user-bundle with dependencies
doctrine/doctrine-bundle Version ^2.0
doctrine/orm Version ^2.7
knplabs/knp-paginator-bundle Version ^5.2
symfony/form Version ^5.1
symfony/http-kernel Version ^5.0
symfony/security-bundle Version ^5.0
symfony/translation Version ^5.1
symfony/twig-bundle Version ^5.1
symfony/validator Version ^5.0