stijnhau / zfc-user-list
an userlist for ZfcUser that is easy customisable.
Installs: 131
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 3
Open Issues: 0
pkg:composer/stijnhau/zfc-user-list
Requires
- php: >=5.4.0
- zf-commons/zfc-user: ~1.0
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
- Add
stijnhau/zfc-user-list
(versiondev-master
) to requirements - Run
update
command on composer
Manually
- Clone this project into your
./vendor/
directory and enable it in yourapplication.config.php
file. - Clone
https://github.com/stijnhau/ZfcUserList
into your./vendor/
directory and enable it in yourapplication.config.php
file.
Requires
- 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
Features
This module needs soome refactoring to use Adapter The usage of doctrine should be an other module that depends on this module.