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-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中找到。