stijnhau / zfc-user-list-doctrine
该包的最新版本(dev-master)没有提供许可证信息。
这是一个易于使用 Doctrine 定制的 ZfcUser 用户列表。
dev-master
2017-06-17 12:13 UTC
Requires
- php: >=5.4.0
- doctrine/common: >=v2.4.2
- doctrine/doctrine-orm-module: >=0.8.0
- doctrine/orm: >=v2.4.4
- stijnhau/zfc-user-list: =dev-master
- zf-commons/zfc-user-doctrine-orm: =dev-master
This package is not auto-updated.
Last update: 2024-09-28 16:52:31 UTC
README
介绍
此模块提供了使用 doctrine 和 no adapter 的用户列表。
安装
使用 composer
- 将
stijnhau/zfc-user-list+doctrine
(版本dev-master
)添加到需求中 - 在 composer 上运行
update
命令
手动
- 将此项目克隆到您的
./vendor/
目录,并在您的application.config.php
文件中启用它。 - 将
https://github.com/stijnhau/ZfcUserListDoctrine
克隆到您的./vendor/
目录,并在您的application.config.php
文件中启用它。
需求
- PHP >= 5.4.0
- ZfcUser >= 1.0.0
- doctrine/common >= v2.4.2
- doctrine/orm >= v2.4.4
- doctrine/doctrine-orm-module >= 0.8.0
- zf-commons/zfc-user-doctrine-orm = dev-master
- stijnhau/zfc-user-list