sinasalek/silex-userprovider

A simple database-backed user provider for Silex, with associated services and controllers.

v3.0.0-b4 2016-02-28 20:40 UTC

README

Build Status Total Downloads Latest Stable Version Latest Unstable Version

A simple, extensible, database-backed user provider for the Silex security service.

The User Provider is an easy way to set up user accounts (authentication, authorization, and user administration) in the Silex PHP micro-framework. It provides drop-in services for Silex that implement the missing user management pieces for the Security component. It includes a basic User model, a database-backed user manager, controllers and views for user administration, and various supporting features.

Demo

Installation

Install with composer. This command will automatically install the latest stable version:

$ composer require rootlogin/silex-userprovider

Documentation

You can find the documentation at ReadTheDocs.