Wallogit.com
2017 © Pedro Peláez
This a simple Symfony2 bundle to handle basic user management. PHP 5.5.0 as minimum is needed., (*1)
Notice that this bundle it's on alpha stage. It's currently working, but improvements are needed., (*2)
If you find any bugs or have troubles installing the bundle, open a issue and i'll try to fix it ASAP. This way we all win., (*3)
This bundle will allow you to create users, update them, handle logins and logouts, and restrict URLs to only logged in users with a single annotation., (*4)
I needed a nice way to handle my users and i tried to install FOSUserBundle. Although it's a great development, i found, as many other people, that they tried to make it "too much" adaptable. At the point that it's no longer friendly to the programmer., (*5)
composer require buddiesofsymfony/user-bundle, (*6)
Please check the wiki section. Don't worry, it's very very simple., (*7)