stijnhau/zfc-user-list-doctrine

该包的最新版本(dev-master)没有提供许可证信息。

这是一个易于使用 Doctrine 定制的 ZfcUser 用户列表。

dev-master 2017-06-17 12:13 UTC

This package is not auto-updated.

Last update: 2024-09-28 16:52:31 UTC


README

介绍

此模块提供了使用 doctrine 和 no adapter 的用户列表。

安装

使用 composer

  1. stijnhau/zfc-user-list+doctrine(版本 dev-master)添加到需求中
  2. 在 composer 上运行 update 命令

手动

  1. 将此项目克隆到您的 ./vendor/ 目录,并在您的 application.config.php 文件中启用它。
  2. https://github.com/stijnhau/ZfcUserListDoctrine 克隆到您的 ./vendor/ 目录,并在您的 application.config.php 文件中启用它。

需求

  1. PHP >= 5.4.0
  2. ZfcUser >= 1.0.0
  3. doctrine/common >= v2.4.2
  4. doctrine/orm >= v2.4.4
  5. doctrine/doctrine-orm-module >= 0.8.0
  6. zf-commons/zfc-user-doctrine-orm = dev-master
  7. stijnhau/zfc-user-list

功能