PHPackages                             eye4web/zfc-user-profile-picture - 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. eye4web/zfc-user-profile-picture

ActiveLibrary

eye4web/zfc-user-profile-picture
================================

Adds profile picture functionality to ZfcUser.

0.0.1(11y ago)92131MITPHPPHP ~5.4

Since Mar 7Pushed 11y ago3 watchersCompare

[ Source](https://github.com/Eye4web/ZfcUserProfilePicture)[ Packagist](https://packagist.org/packages/eye4web/zfc-user-profile-picture)[ Docs](https://github.com/Eye4web/ZfcUserProfilePicture)[ RSS](/packages/eye4web-zfc-user-profile-picture/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

ZfcUserProfilePicture
=====================

[](#zfcuserprofilepicture)

[![Build Status](https://camo.githubusercontent.com/0d66dd8f16671640eff0fc2de8c1dc10842ca0fad7fd5b937f0d47a6cc2e0a67/68747470733a2f2f7472617669732d63692e6f72672f457965347765622f5a66635573657250726f66696c65506963747572652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Eye4web/ZfcUserProfilePicture)[![Test Coverage](https://camo.githubusercontent.com/18f1b97de529ec65b125633b625179f46262dc335b05ab1a71e72a9de114f07f/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f457965347765622f5a66635573657250726f66696c65506963747572652f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/Eye4web/ZfcUserProfilePicture)[![Code Climate](https://camo.githubusercontent.com/54b1be1cf2d28e60cc0b24eb5cc50bc008080ced6848ea45d1d27dd6d77f8a8a/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f457965347765622f5a66635573657250726f66696c65506963747572652f6261646765732f6770612e737667)](https://codeclimate.com/github/Eye4web/ZfcUserProfilePicture)[![Latest Stable Version](https://camo.githubusercontent.com/0687ff4303af091fec20f332d812603759f21dafa624a1e13ab1fc2028adb3bb/68747470733a2f2f706f7365722e707567782e6f72672f657965347765622f7a66632d757365722d70726f66696c652d706963747572652f762f737461626c652e737667)](https://packagist.org/packages/eye4web/zfc-user-profile-picture)[![License](https://camo.githubusercontent.com/f9b49b760fe87dcc0c6f81dea4581b1d43803e06e4d856fe3e88dfd2bf826192/68747470733a2f2f706f7365722e707567782e6f72672f657965347765622f7a66632d757365722d70726f66696c652d706963747572652f6c6963656e73652e737667)](https://packagist.org/packages/eye4web/zfc-user-profile-picture)

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

[](#introduction)

This module adds profile picture upload functionality to ZfcUser.

Installation
------------

[](#installation)

#### With composer

[](#with-composer)

1. Add this project composer.json:

    ```
    "require": {
        "eye4web/zfc-user-profile-picture": "dev-master"
    }
    ```
2. Now tell composer to download the module by running the command:

    ```
    $ php composer.phar update
    ```
3. Enable it in your `application.config.php` file.

    ```
