PHPackages                             eye4web/zfc-user-settings - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eye4web/zfc-user-settings

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eye4web/zfc-user-settings
=========================

Adds settings functionality to ZfcUser

420.8k4[3 PRs](https://github.com/Eye4web/ZfcUserSettings/pulls)PHP

Since Aug 23Pushed 2y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (6)Used By (0)

Eye4webZfcUserSettings
======================

[](#eye4webzfcusersettings)

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

[](#introduction)

This adds user settings to ZfcUser. Examples of user settings could be:

- Does the user want newsletter
- Favourite color
- Show profile picture
- Whatever you want

Note: This module does not give the user the functionality to edit his/her settings. You have to add that functionality yourself. The reason for this is that a setting could be a input, radio, checkbox, select, etc. So instead of taking all this into account and creating some crazy code, you have to do it yourself.

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

[](#installation)

#### With composer

[](#with-composer)

1. Add this project composer.json:

    ```
    "require": {
        "eye4web/zfc-user-settings": "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.

    ```
