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-09-29 06:03:15 UTC


README

这是一个专为与mezzio-authentication一起使用而设计的认证用户仓库。如果您在mezzio应用程序中使用doctrine,这将防止您编写冗余的SQL查询或打开新的数据库连接。相反,我们直接使用实体管理器获取数组。

安装

您可以使用Composer安装Authentication Doctrine User Repository。

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

示例配置

完整的示例配置可以在example/full-config.php中找到。