PHPackages                             crunchy/crunchy-profile - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. crunchy/crunchy-profile

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

crunchy/crunchy-profile
=======================

Extensible user profile system for ZfcUser

3195[1 issues](https://github.com/mwalkowiak/CrunchyProfile/issues)PHP

Since Apr 5Pushed 13y ago2 watchersCompare

[ Source](https://github.com/mwalkowiak/CrunchyProfile)[ Packagist](https://packagist.org/packages/crunchy/crunchy-profile)[ RSS](/packages/crunchy-crunchy-profile/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CrunchyProfile
==============

[](#crunchyprofile)

Version 0.0.1 Created by Michal Walkowiak from Crunchy Consulting, Inc ([CrunchyConsulting.com](http://crunchyconsulting.com))

Introduction
------------

[](#introduction)

CrunchyProfile is an extension to [ZfcUser](http://github.com/ZF-Commons/ZfcUser) and provides very flexible profile editor based on key-value pairs for different kind of fields

Installation Instructions
-------------------------

[](#installation-instructions)

Installation of CrunchyProfile uses composer. For composer documentation, please refer to [getcomposer.org](http://getcomposer.org).

#### Installation Steps

[](#installation-steps)

##### WITH COMPOSER (RECOMMENDED)

[](#with-composer-recommended)

1. Add this project to your composer.json

    ```
    "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:

    ```
    $ php composer.phar update
    ```

##### … OR BY CLONING PROJECT

[](#-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.

3. Apply schema from ./vendor/crunchy/crunchy-profile/data/schema.sql
4. Open `configs/application.config.php` and add the following key to your `modules`:

    ```
       'ZfcUser',
    	'CrunchyProfile',

    ```

#### Configuration

[](#configuration)

Copy CrunchyProfile/config/crunchyprofile.global.php.dist to ./config/autoload/crunchyprofile.global.php and define your fields and validation rules for them.

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

TO-DO:
------

[](#to-do)

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

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2458327?v=4)[Mike Walkowiak](/maintainers/mwalkowiak)[@mwalkowiak](https://github.com/mwalkowiak)

---

Top Contributors

[![mwalkowiak](https://avatars.githubusercontent.com/u/2458327?v=4)](https://github.com/mwalkowiak "mwalkowiak (6 commits)")

### Embed Badge

![Health badge](/badges/crunchy-crunchy-profile/health.svg)

```
[![Health](https://phpackages.com/badges/crunchy-crunchy-profile/health.svg)](https://phpackages.com/packages/crunchy-crunchy-profile)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
