2017 © Pedro Peláez
 

library app-user

ZF2 BoilerApp User module

image

zf2-boiler-app/app-user

ZF2 BoilerApp User module

  • Tuesday, August 20, 2013
  • by Neilime
  • Repository
  • 1 Watchers
  • 0 Stars
  • 164 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ZF2 BoilerApp "User" module

Build Status Latest Stable Version Total Downloads Code coverage, (*1)

NOTE : This module is in heavy development, it's not usable yet. If you want to contribute don't hesitate, I'll review any PR., (*2)

Introduction

ZF2 BoilerApp User module is a Zend Framework 2 module that provides user account managment for ZF2 Boiler-App, (*3)

Requirements

Installation

Main Setup

By cloning project

  1. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project in your composer.json:, (*4)

    "require": {
        "zf2-boiler-app/app-user": "dev-master"
    }
    
  2. Now tell composer to download ZF2 BoilerApp User module by running the command:, (*5)

    $ php composer.phar update
    

Post installation

  1. Enabling BoilerAppUser, BoilerAppDb and Doctrine modules in your application.config.php file., (*6)

    return array(
        'modules' => array(
            // ...
            'BoilerAppUser',
            'BoilerAppDb',
            'DoctrineModule',
            'DoctrineORMModule',
            // ...
        ),
        // ...
    );
    

Features

The Versions

20/08 2013

dev-master

9999999-dev

ZF2 BoilerApp User module

  Sources   Download

The Requires

 

The Development Requires

user zend framework 2 account zf2 boiler-app