Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 577 Bytes

#ZfcUserList Module for Zend Framework 2

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. ZfcUser