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

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

inovia-team/zfc-user-last-connection-date
=========================================

Last connection date for ZfcUser module

114.7k2PHP

Since Dec 4Pushed 10y ago37 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#zfcuserlastconnectiondate)

[![Build Status](https://camo.githubusercontent.com/027ad01a54465cb4269085581bb6e499f76a3c4eacea07cfa4393123e52a6f75/68747470733a2f2f7472617669732d63692e6f72672f696e6f7669612d7465616d2f5a6663557365724c617374436f6e6e656374696f6e446174652e737667)](https://travis-ci.org/inovia-team/ZfcUserLastConnectionDate)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/276a2aada456e1091b5abfca116bccbe46df49b1cf8efa5c03ca2f7b25f47f46/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696e6f7669612d7465616d2f5a6663557365724c617374436f6e6e656374696f6e446174652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/inovia-team/ZfcUserLastConnectionDate/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/f179fe3ba00e605e233f4c723bc0c3121cceddffe25fec3e8e52a7c0811c24e7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696e6f7669612d7465616d2f5a6663557365724c617374436f6e6e656374696f6e446174652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/inovia-team/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": {
        "inovia-team/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/inovia-team/zfc-user-last-connection-date/data/`

Navigate to .

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

[](#configuration)

There is nothing to configure !

License
-------

[](#license)

ZfcLastConnectionDate is released under the [MIT License](http://www.opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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://www.gravatar.com/avatar/442a2f60c7f41619a2c2deee365d753574ba6448fa4755e054d7dee67a75348a?d=identicon)[Matters](/maintainers/Matters)

---

Top Contributors

[![prevostc](https://avatars.githubusercontent.com/u/998369?v=4)](https://github.com/prevostc "prevostc (4 commits)")[![momzor](https://avatars.githubusercontent.com/u/2989391?v=4)](https://github.com/momzor "momzor (3 commits)")[![smknstd](https://avatars.githubusercontent.com/u/2412608?v=4)](https://github.com/smknstd "smknstd (1 commits)")

### Embed Badge

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

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

###  Alternatives

[letournel/path-finder

Path finder algorithm

142.0k](/packages/letournel-path-finder)

PHPackages © 2026

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