The Unofficial Selection
KnpLabs is hiring
Symfony2 developers!

Infos

Keywords

User management

Score evolution

Score details ( ? )

  • Github Followers: 764
  • Last 30 days activity: 1.8
  • README file size: 5
  • Uses Travis CI: 5
  • Travis CI build status: 5
  • Provides a composer package: 5
  • KnpBundles recommendations: 400

Latest commits

  • Merge pull request #622 from VeN/vn-czech-language
    By stof 21 days ago
  • Fixed typo in czech translation
    By VeN 21 days ago
  • Czech validator messages
    By VeN 21 days ago
  • Merge pull request #616 from ganchiku/fix-japanese-translation-for_bad_credentials
    By stof 25 days ago
  • added translation for Japanese translation
    By ganchiku 25 days ago
  • Merge pull request #610 from teo-sk/patch-1
    By stof 1 month ago
  • fixed a typo in Slovak translation
    By teo-sk 1 month ago
  • Update dutch translations
    By asm89 1 month ago
  • Updated the doc to use composer instead of the deps file
    By stof 1 month ago
  • Merge remote-tracking branch 'tystr/form_types' (PR #598 merged properly)
    By stof 1 month ago
1189

FOSUserBundle by FriendsOfSymfony

Provides user management for your Symfony2 Project. Compatible with Doctrine ORM & ODM, and Propel.

FOSUserBundle

The FOSUserBundle adds support for a database-backed user system in Symfony2. It provides a flexible framework for user management that aims to handle common tasks such as user registration and password retrieval.

Features include:

  • Users can be stored via Doctrine ORM, MongoDB/CouchDB ODM or Propel
  • Registration support, with an optional confirmation per mail
  • Password reset support
  • Unit tested

Note: This bundle does not provide an authentication system but can provide the user provider for the core SecurityBundle.

Caution: This bundle is developed in sync with symfony's repository. For Symfony 2.0.x, you need to use the 1.2.0 release of the bundle (or lower)

Build Status

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the Documentation for master

Read the Documentation for 1.2.0 (for Symfony 2.0.x)

Installation

All the installation instructions are located in documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

About

UserBundle is a knplabs initiative. See also the list of contributors.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

  • 2012-05-18 Mak326428

    Great bundle!

  • 2012-02-24 fernando

    Hi,
    how can i translate form registration validation errors of my extend fileds? The file valistators.XX.yml not work for the added fileds.

    Grtz

    Fernando

  • 2012-02-20 Philipsebastian

    Hi,

    Thank you for the amazing bundle you have done.
    I want to create users with different roles, the role will be assigned at the time of registration,
    how can i achieve this by using fos user bundle, please help me

  • 2011-12-01 Florian Klein

    Indeed, having a ACL api could be great, but could be packaged in an indepandant bundle, as it's not really related to FOSUser.

  • 2011-10-05 Menkanta

    Like the michi

  • 2011-08-19 Christophe

    Hi,

    First of all, thank you for the amazing work you've done.

    Do you intend to implement roles manager in the bundle, iot have the trio of acl in the bundle ?
    I know it's just a role model with almost no methods but it could be nice to have it all in the same bundle.

    Grtz

    Christophe