tigerman55 / authentication-doctrine-user-repository
Mezzio Authentication Doctrine User Repository
dev-master
2020-03-02 18:35 UTC
Requires
- php: ^7.3
- 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 05:22:19 UTC
README
这是一个用于与 mezzio-authentication 一起使用的认证用户仓库。如果你在使用 doctrine 与你的 mezzio 应用程序,这将防止你编写重复的 SQL 查询或打开新的数据库连接。相反,我们直接通过实体管理器获取数组。
安装
你可以使用 Composer 安装 Authentication Doctrine User Repository
$ composer require tigerman55/authentication-doctrine-user-repository
示例配置
一个完整的示例配置可以在 example/full-config.php 中找到。