2017 © Pedro Peláez
 

library user-profile

Extensible user profile system for ZfcUser

image

cdli/user-profile

Extensible user profile system for ZfcUser

  • Friday, June 27, 2014
  • by adamlundrigan
  • Repository
  • 7 Watchers
  • 16 Stars
  • 1,176 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CdliUserProfile

Version 0.0.2 Created by the Centre for Distance Learning and Innovation (www.cdli.ca), (*1)

**NOTE: This module is woefully out of date and probably should not be used. Check out LdcUserProfile instead. **, (*2)

Introduction

CdliUserProfile is an extension to ZfcUser which provides an account profile editor, (*3)

Installation Instructions

Installation of CdliUserProfile uses composer. For composer documentation, please refer to getcomposer.org., (*4)

Installation Steps

  1. cd my/project/directory
  2. Add this project to your composer.json, (*5)

    "require": {
        "cdli/user-profile": "dev-master"
    }
    
  3. Now tell composer to download CdliUserProfile by running the command:, (*6)

    $ php composer.phar update
    
  4. open configs/application.config.php and add the following key to your modules:, (*7)

    php 'CdliUserProfile',, (*8)

Configuration

Checkout the default configuration file located at vendor/cdli/user-profile/config/cdliuserprofile.global.php.dist. You may want to copy this over to config/autoload/cdliuserprofile.global.php, (*9)

The Versions

27/06 2014

dev-master

9999999-dev https://github.com/cdli/CdliUserProfile

Extensible user profile system for ZfcUser

  Sources   Download

BSD-3-Clause

The Requires

 

user profile zf2 zfcuser