tigerman55/authentication-doctrine-user-repository

Mezzio Authentication Doctrine User Repository

dev-master 2020-03-02 18:35 UTC

This package is auto-updated.

Last update: 2024-03-29 03:52:20 UTC


README

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.