ganapathichidambaram / authentication-doctrine-user-repository
Mezzio Authentication Doctrine User Repository
dev-master
2022-01-02 19:04 UTC
Requires
- php: ^7.3 || ~8.0.0 || ~8.1.0
- doctrine/orm: ^2.7
- mezzio/mezzio-authentication: ^1.1
Requires (Dev)
- laminas/laminas-coding-standard: 2.0.0rc1
- squizlabs/php_codesniffer: ^3.5
- webimpress/coding-standard: ^1.0.6
This package is auto-updated.
Last update: 2024-10-29 06:13:09 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.