Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.
/ SilexUserBundle Public archive

Provides user management for your Silex project

License

Notifications You must be signed in to change notification settings

awurth/SilexUserBundle

Repository files navigation

Silex User Provider - User management system for Silex

SensioLabsInsight Scrutinizer Code Quality Total Downloads License

The Silex User Provider adds support for a user system in Silex. It provides a flexible framework for user management that aims to handle common tasks such as user registration and authentication.

Features include:

  • Users can be stored via Doctrine ORM or MongoDB ODM
  • Registration support, with an optional confirmation per email
  • Unit tested

Inspired by FOS User Bundle.

See awurth/silex for an example implementation.

Documentation

The documentation is available on the project's website

Installation

All the installation instructions are located in the documentation.

License

This library is under the MIT license. See the complete license in the LICENSE file.