PHPackages                             jouwweb/jw-persistent-user - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. jouwweb/jw-persistent-user

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

jouwweb/jw-persistent-user
==========================

Extension to ZfcUser that keeps users logged on over time.

v1.3.1(6y ago)32.2k3[7 issues](https://github.com/JouwWeb/JwPersistentUser/issues)1BSD-3-ClausePHPPHP &gt;=7.0

Since Jun 6Pushed 6y ago2 watchersCompare

[ Source](https://github.com/JouwWeb/JwPersistentUser)[ Packagist](https://packagist.org/packages/jouwweb/jw-persistent-user)[ Docs](https://github.com/JouwWeb/jw-persistent-user)[ RSS](/packages/jouwweb-jw-persistent-user/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (4)Versions (22)Used By (1)

Persistent storage for ZfcUser
==============================

[](#persistent-storage-for-zfcuser)

[![Build Status](https://camo.githubusercontent.com/e6e28013f4a205dbd5e939884f366847f0d39e6bd378c211405c0ced319267ab/68747470733a2f2f7472617669732d63692e6f72672f4a6f75775765622f4a7750657273697374656e74557365722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/JouwWeb/JwPersistentUser) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/348648f2f94f2352b0fa281c43f79b1559cf719ea6e1ecabcf1b3684821dce68/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4a6f75775765622f4a7750657273697374656e74557365722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/JouwWeb/JwPersistentUser/?branch=master) [![Code Coverage](https://camo.githubusercontent.com/698e4fddf89238a879dc9ff70b8b70f75c8af37f1f4f0c5ec5317572379892a1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4a6f75775765622f4a7750657273697374656e74557365722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/JouwWeb/JwPersistentUser/?branch=master)

`JwPersistentUser` safely keeps users logged on after browser sessions ends. It is an extension module for `ZfcUser`.

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

[](#installation)

1. The state that this application needs is stored in models implementing the `JwPersistentUser\Model\SerieTokenInterface`. By default this module is configured to use the bundled `JwPersistentUser Model\SerieToken` model. One can however configure another model that implements this interface.

    For example:

    ```
