stijnhau / zfc-user-list-doctrine
There is no license information available for the latest version (dev-master) of this package.
an userlist for ZfcUser that is easy customisable with doctrine usage.
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-11-23 17:27:33 UTC
README
Introduction
This module provides an list of the users with usage of doctrine and noi adapter.
Installation
Using composer
- Add
stijnhau/zfc-user-list+doctrine
(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/ZfcUserListDoctrine
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
- stijnhau/zfc-user-list