Download the PHP package libre-informatique/user-bundle without Composer
On this page you can find all versions of the php package libre-informatique/user-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download libre-informatique/user-bundle
More information about libre-informatique/user-bundle
Files in libre-informatique/user-bundle
Package user-bundle
Short Description Manage user authentication
License GPL-3.0
Homepage https://github.com/libre-informatique/SymfonyLibrinfoUserBundle
Informations about the package user-bundle
This project has been abandoned and is no longer maintained. you should use https://github.com/libre-informatique/SonataSyliusUserBundle
SymfonyLibrinfoUserBundle
Manage user authentication
The goal of this bundle is to define a minimum configured environment for user authentication.
Default User and Group classes are defined and mapped with ORM driver.
This bundle relies heavily on FOSUserBundle.
Installation
Prequiresites
- having a working Symfony2 environment
- having created a working Symfony2 app (including your DB and your DB link)
- having composer installed (here in /usr/local/bin/composer, with /usr/local/bin in the path)
Downloading
Sonata bundles
Please refer to the Sonata Project's instructions, foundable here : https://sonata-project.org/bundles/user/2-2/doc/reference/installation.html
The "libre-informatique" bundles
Edit your app/AppKernel.php file and add your "libre-informatique/user-bundle" :
Usages
Configuring your FOS_User properties
Note
Using as and classes let this bundle defining it's own User and Group classes. If you define custom User and Group Classes, the bundle will not override your values.
Configuring the Json type from sonata-project/doctrine-extension
Note: an abvious mistake can be the addition of this key outside the main key, where you have all your DB configuration.
Note:
and default classes values ( and ) will be replaced with defaults configuration values in . Custom values in for the key will not be overriden by the .
Updating your schema to add User and Group entities tables
$ app/console doctrine:schema:validate
$ app/console doctrine:schema:update --dump-sql
$ app/console doctrine:schema:update --force
All versions of user-bundle with dependencies
symfony/symfony Version 2.8.*
libre-informatique/decorator-bundle Version dev-master
blast-project/base-entities-bundle Version dev-master