Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.59 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.59 KB

User Provider for Silex

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.