2017 © Pedro Peláez
 

library crunchy-profile

Extensible user profile system for ZfcUser

image

crunchy/crunchy-profile

Extensible user profile system for ZfcUser

  • Friday, April 5, 2013
  • by mwalkowiak
  • Repository
  • 2 Watchers
  • 3 Stars
  • 189 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CrunchyProfile

Version 0.0.1 Created by Michal Walkowiak from Crunchy Consulting, Inc (CrunchyConsulting.com), (*1)

Introduction

CrunchyProfile is an extension to ZfcUser and provides very flexible profile editor based on key-value pairs for different kind of fields, (*2)

Installation Instructions

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

Installation Steps

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

    "require": {
        "zf-commons/zfc-base": "dev-master",
        "zf-commons/zfc-user": "0.*",
        "imagine/Imagine": "0.3.*",
        "crunchy/crunchy-profile": "dev-master",
    }
    
  2. Tell composer to download CrunchyProfile by running the command:, (*5)

    $ php composer.phar update
    
… OR BY CLONING PROJECT
  • Install the ZfcBase ZF2 module by cloning it into ./vendor/.
  • Install the ZfcUser ZF2 module by cloning it into ./vendor/.
  • Install the Imagine ZF2 module by cloning it into ./vendor/.
  • Clone this project into your ./vendor/ directory.
  1. Apply schema from ./vendor/crunchy/crunchy-profile/data/schema.sql, (*6)

  2. Open configs/application.config.php and add the following key to your modules:, (*7)

    'ZfcBase', 'ZfcUser', 'CrunchyProfile',, (*8)

Configuration

Copy CrunchyProfile/config/crunchyprofile.global.php.dist to ./config/autoload/crunchyprofile.global.php and define your fields and validation rules for them., (*9)

Create a folder "profiles" under public/images with write permissions or change the path in the crunchyprofile.global.php, (*10)

TO-DO:

  • Move more options into configuration
  • Add more supported fields and options
  • Add more custom options for image processing during upload

The Versions

05/04 2013

dev-master

9999999-dev https://github.com/mwalkowiak/CrunchyProfile

Extensible user profile system for ZfcUser

  Sources   Download

BSD-3-Clause

The Requires

 

user profile zf2 zfcuser user profile