PHPackages                             illchuk/zfc-user-simple-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. [Database &amp; ORM](/categories/database)
4. /
5. illchuk/zfc-user-simple-settings

ActiveLibrary[Database &amp; ORM](/categories/database)

illchuk/zfc-user-simple-settings
================================

A solid little "user settings" addition to your ZfcUser Doctrine entity; with configurable defaults.

v0.2(8y ago)025MITPHPPHP ^5.6|^7.0

Since Nov 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dillchuk/ZfcUserSimpleSettings)[ Packagist](https://packagist.org/packages/illchuk/zfc-user-simple-settings)[ Docs](https://github.com/dillchuk/ZfcUserSimpleSettings)[ RSS](/packages/illchuk-zfc-user-simple-settings/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (9)Versions (3)Used By (0)

ZfcUserSimpleSettings
=====================

[](#zfcusersimplesettings)

[![Build Status](https://camo.githubusercontent.com/e427a57afa7f5ffc0369349351aaefc5bd313bc82a0b79f4f4067d0d85d4a6b0/68747470733a2f2f7472617669732d63692e6f72672f64696c6c6368756b2f5a66635573657253696d706c6553657474696e67732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dillchuk/ZfcUserSimpleSettings)

A solid little "user settings" addition to your ZfcUser Doctrine entity; with configurable defaults.

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

[](#installation)

Install with `composer require illchuk/zfc-user-simple-settings`

Then include in your `modules.config.php`:

```
[..., 'ZfcUser', 'ZfcUserSimpleSettings', ...]

```

Finally, drop it into your User entity like the following:

```
class User extends ZfcEntityUser implements SettingsInterface {

    use SettingsTrait;
    // ...
}

```

Configuration
-------------

[](#configuration)

Configure the default values by installing the [auto-config file](config/zfcusersimplesettings.global.php.dist).

Then add the lifecycle listener as follows:

```
    'doctrine' => [
        'eventmanager' => [
            'orm_default' => [
                'subscribers' => [
                    \ZfcUserSimpleSettings\Entity\Listener\SettingsLifecycle::class,
                ],
            ],
        ],
    ],

```

Bonus
-----

[](#bonus)

This functionality can actually be applied to any Doctrine entity; ZfcUser isn't actually required.

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/36c24140c7709b9015bdb1d58f0937b0c72801a63ae4b32cc18ba3f71a1eaa23?d=identicon)[dillchuk](/maintainers/dillchuk)

---

Top Contributors

[![dillchuk](https://avatars.githubusercontent.com/u/11740626?v=4)](https://github.com/dillchuk "dillchuk (7 commits)")

---

Tags

Settingsdoctrinezf3zfcuser

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/illchuk-zfc-user-simple-settings/health.svg)

```
[![Health](https://phpackages.com/badges/illchuk-zfc-user-simple-settings/health.svg)](https://phpackages.com/packages/illchuk-zfc-user-simple-settings)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[api-platform/doctrine-orm

Doctrine ORM bridge

314.8M106](/packages/api-platform-doctrine-orm)

PHPackages © 2026

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