buddiesofsymfony/user-bundle

There is no license information available for the latest version (v1.2.73) of this package.

v1.2.73 2016-06-14 17:12 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:31:43 UTC


README

This a simple Symfony2 bundle to handle basic user management. PHP 5.5.0 as minimum is needed.

Important

Notice that this bundle it's on alpha stage. It's currently working, but improvements are needed.

Before you start

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.

What does it do?

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.

Why is it so simple?

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.

Installation

  • First of all, add the package to your composer.json. In your project folder run (on the console):

composer require buddiesofsymfony/user-bundle

  • Once you saved it, run "./composer.phar update" to download the bundle.

Use and configuration

Please check the wiki section. Don't worry, it's very very simple.