PHPackages                             momzor/zfc-user-last-connection-date - 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. momzor/zfc-user-last-connection-date

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

momzor/zfc-user-last-connection-date
====================================

Last connection date for ZfcUser module

1.0(11y ago)019PHPPHP &gt;=5.3.3

Since Mar 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/momzor/ZfcUserLastConnectionDate)[ Packagist](https://packagist.org/packages/momzor/zfc-user-last-connection-date)[ RSS](/packages/momzor-zfc-user-last-connection-date/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

ZfcUserLastConnectionDate
=========================

[](#zfcuserlastconnectiondate)

[![Build Status](https://camo.githubusercontent.com/b3c833e62ea6d032e70a2b8c7bbe9acc31d6f534c2b296d2633de1415c6e28b5/68747470733a2f2f7472617669732d63692e6f72672f6d6f6d7a6f722f5a6663557365724c617374436f6e6e656374696f6e446174652e737667)](https://travis-ci.org/momzor/ZfcUserLastConnectionDate)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/22dd756f4828830840f12f197fb328333746308ccfab8f8f6c19e00de3803353/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d6f6d7a6f722f5a6663557365724c617374436f6e6e656374696f6e446174652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/momzor/ZfcUserLastConnectionDate/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/a027c7ae35beaa62539adcfac79e4f61075bbccfa74075f9b11f5461c779c8ae/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d6f6d7a6f722f5a6663557365724c617374436f6e6e656374696f6e446174652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/momzor/ZfcUserLastConnectionDate/?branch=master)

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

[](#introduction)

ZfcUserLastConnectionDate is a ZF2 module providing an automatic update of user's last connection date for each connection with ZfcUser.

For more informations about ZfcUser : [ZfcUser](https://github.com/ZF-Commons/ZfcUser)

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)
- [ZfcBase](https://github.com/ZF-Commons/ZfcBase) (latest master).
- [ZfcUser](https://github.com/ZF-Commons/ZfcUser)
- PHP version &gt;= 5.4

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

[](#installation)

### Get the module

[](#get-the-module)

#### With composer

[](#with-composer)

1. Add this project and in your composer.json:

    ```
    "require": {
        "momzor/zfc-user-last-connection-date": "dev-master"
    }
    ```
2. Run the command:

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

#### Module Activation

[](#module-activation)

In your `application.config.php`file :

```
return array(
    'modules' => array(
        // ...
        'ZfcUserLastConnectionDate',
    ),
        // ...
);
```

Update Your Model:

By Extending ZfcUserLastConnectionDate User entity:

```
use ZfcUserLastConnectionDate\Entity\LastConnectionDateUser;
class User extends LastConnectionDateUser
{

}
```

OR if you don't want to extends it you can use the Trait :

```
use ZfcUserLastConnectionDate\Entity\LastConnectionTrait;
class User extends ZfcUser
{
    use LastConnectionTrait;
}
```

Update Your database schema:

There are some SQL example in `./vendor/momzor/zfc-user-last-connection-date/data/`

Navigate to .

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

[](#configuration)

There is nothing to configure !

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4088d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66070aa1eebf60df8a62b11f46a76d83d0ea6758e8f2f6b2e4ad47491a41f0e5?d=identicon)[mohamed.benaida](/maintainers/mohamed.benaida)

---

Top Contributors

[![momzor](https://avatars.githubusercontent.com/u/2989391?v=4)](https://github.com/momzor "momzor (14 commits)")

---

Tags

ZfcUser last connectionzfcUser connection date

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/momzor-zfc-user-last-connection-date/health.svg)

```
[![Health](https://phpackages.com/badges/momzor-zfc-user-last-connection-date/health.svg)](https://phpackages.com/packages/momzor-zfc-user-last-connection-date)
```

###  Alternatives

[dudapiotr/zftable

Flexible tool to generate table

7530.9k](/packages/dudapiotr-zftable)[slm/google-analytics

Google Analytics tracking integration for Zend Framework 2

4180.3k](/packages/slm-google-analytics)[blanchonvincent/zf2-lazy-loading-module

ZF2 Lazy Loading Module 1.5.2 - Provide a library to implements lazy loading module in ZF2

353.7k](/packages/blanchonvincent-zf2-lazy-loading-module)[zf-hipsters/bootstrap-flash-messenger

Simple implementation of ZF2 flash messengers using bootstrap. Contains easy helpers that will save you a LOT of time.

159.3k](/packages/zf-hipsters-bootstrap-flash-messenger)[blanchonvincent/cdn-light

ZF2 module v1.1.0 - Manage your own CDN with ZF2 application

103.6k](/packages/blanchonvincent-cdn-light)

PHPackages © 2026

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