Download the PHP package vanio/vanio-user-bundle without Composer
On this page you can find all versions of the php package vanio/vanio-user-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vanio/vanio-user-bundle
More information about vanio/vanio-user-bundle
Files in vanio/vanio-user-bundle
Package vanio-user-bundle
Short Description Symfony2 Bundle integrating FOSUserBundle and HWIOAuthBundle with some additional features and sane defaults
License MIT
Homepage https://github.com/vaniocz/vanio-user-bundle
Informations about the package vanio-user-bundle
User Bundle
A Symfony2 Bundle integrating FOSUserBundle and HWIOauthBundle with some additional features and sane defaults.
Installation
Installation can be done as usually using composer.
composer require vanio/vanio-user-bundle
You can also install HWIOAuthBundle optionally if you want to support authentication via social accounts.
composer require php-http/guzzle6-adapter php-http/httplug-bundle hwi/oauth-bundle
Next step is to register this bundle as well as bundles it depends on inside your AppKernel.
Default Configuration
All these values are available as container parameters. They are prefixed using vanio_user. prefix.
This bundle prepends some defaults of SecurityBundle, FOSUserBundle and HWIOAuthBundle based on these configuration values to make the configuration easier.
The default prepended values are:
All versions of vanio-user-bundle with dependencies
friendsofsymfony/user-bundle Version ^2.1.2
vanio/stdlib Version ~0.1
vanio/vanio-web-bundle Version ^0.4