ganapathichidambaram/authentication-doctrine-user-repository

Mezzio Authentication Doctrine User Repository

dev-master 2022-01-02 19:04 UTC

This package is auto-updated.

Last update: 2024-04-29 04:47:39 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.