2017 © Pedro Peláez
 

library gdpro-user

User Module for zend framework

image

gdpro/gdpro-user

User Module for zend framework

  • Thursday, October 29, 2015
  • by garygitton
  • Repository
  • 1 Watchers
  • 1 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 4 % Grown

The README.md

Gdpro User Account

Introduction

Module which implement user features., (*1)

Changelog

doc/CHANGELOG.md, (*2)

Requirements

Please see the composer.json file., (*3)

Installation

Run the following composer command:, (*4)

$ composer require "gdpro/gdpro-user:~1.0"

Alternately, manually add the following to your composer.json, in the require section:, (*5)

"require": {
    "gdpro/gdpro-user": "~1.0"
}

And then run composer update to ensure the module is installed., (*6)

Finally, add the module name to your project's config/application.config.php under the modules key:, (*7)

return array(
    /* ... */
    'modules' => array(
        /* ... */
        'GdproUser',
    ),
    /* ... */
);

The Versions

27/10 2015

dev-develop

dev-develop https://github.com/gdpro/gdpro-user/

User Module for zend framework

  Sources   Download

The Requires

 

The Development Requires

27/10 2015

1.0.8

1.0.8.0 https://github.com/gdpro/gdpro-user/

User Module for zend framework

  Sources   Download

The Requires

 

The Development Requires

15/07 2015

1.0.7

1.0.7.0 https://github.com/gdpro/gdpro-user/

User Module for zend framework

  Sources   Download

The Requires

 

The Development Requires

03/11 2014

0.0.4

0.0.4.0

A set of tool used to develop.

  Sources   Download

MIT

The Requires