awurth/silex-user

This package is abandoned and no longer maintained. No replacement package was suggested.

Provides user management for your Silex project

1.0.3 2018-01-01 12:37 UTC

This package is auto-updated.

Last update: 2020-10-23 10:07:58 UTC


README

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.