Skip to content

Tigerman55/authentication-doctrine-user-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication Doctrine User Repository

This is an authentication user repository intended for use with mezzio-authentication. If you are using doctrine with your mezzio application, this will prevent you from writing redundant SQL queries or opening a new database connection. Instead, we directly fetch arrays with the entity manager.

Installation

You can install Authentication Doctrine User Repository using Composer:

$ composer require tigerman55/authentication-doctrine-user-repository

Example configuration

A complete example configuration can be found in example/full-config.php.

About

Doctrine User Repository compatible with Mezzio Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages