dev-master
9999999-dev https://github.com/mwalkowiak/CrunchyProfileExtensible user profile system for ZfcUser
BSD-3-Clause
The Requires
user profile zf2 zfcuser user profile
Extensible user profile system for ZfcUser
Version 0.0.1 Created by Michal Walkowiak from Crunchy Consulting, Inc (CrunchyConsulting.com), (*1)
CrunchyProfile is an extension to ZfcUser and provides very flexible profile editor based on key-value pairs for different kind of fields, (*2)
Installation of CrunchyProfile uses composer. For composer documentation, please refer to getcomposer.org., (*3)
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", }
Tell composer to download CrunchyProfile by running the command:, (*5)
$ php composer.phar update
Apply schema from ./vendor/crunchy/crunchy-profile/data/schema.sql, (*6)
Open configs/application.config.php
and add the following key to your modules
:, (*7)
'ZfcBase',
'ZfcUser',
'CrunchyProfile',
, (*8)
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)
Extensible user profile system for ZfcUser
BSD-3-Clause
user profile zf2 zfcuser user profile