Download the PHP package momzor/zfc-user-last-connection-date without Composer
On this page you can find all versions of the php package momzor/zfc-user-last-connection-date. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download momzor/zfc-user-last-connection-date
More information about momzor/zfc-user-last-connection-date
Files in momzor/zfc-user-last-connection-date
Package zfc-user-last-connection-date
Short Description Last connection date for ZfcUser module
License
Informations about the package zfc-user-last-connection-date
ZfcUserLastConnectionDate
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
Requirements
- Zend Framework 2 (latest master)
- ZfcBase (latest master).
- ZfcUser
- PHP version >= 5.4
Installation
Get the module
With composer
-
Add this project and in your composer.json:
- Run the command:
Module Activation
In your application.config.php
file :
Update Your Model:
By Extending ZfcUserLastConnectionDate User entity:
OR if you don't want to extends it you can use the Trait :
Update Your database schema:
There are some SQL example in ./vendor/momzor/zfc-user-last-connection-date/data/
Navigate to http://yourproject/user/login.
Configuration
There is nothing to configure !
All versions of zfc-user-last-connection-date with dependencies
zendframework/zendframework Version 2.3.*
zf-commons/zfc-user Version 1.*