stijnhau/zfc-user-list

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (2.0.3) of this package.

an userlist for ZfcUser that is easy customisable.

2.0.3 2016-03-13 14:16 UTC

This package is not auto-updated.

Last update: 2021-07-23 23:16:42 UTC


README

Introduction

This module provides an list of the users.

Installation

Using composer

  1. Add stijnhau/zfc-user-list (version dev-master) to requirements
  2. Run update command on composer

Manually

  1. Clone this project into your ./vendor/ directory and enable it in your application.config.php file.
  2. Clone https://github.com/stijnhau/ZfcUserList into your ./vendor/ directory and enable it in your application.config.php file.

Requires

  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

Features

This module needs soome refactoring to use Adapter The usage of doctrine should be an other module that depends on this module.