PHPackages                             goalio/goalio-rememberme - 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. goalio/goalio-rememberme

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

goalio/goalio-rememberme
========================

Adding Remember Me functionalitiy to ZfcUser

1.0.1(11y ago)3243.5k20[8 issues](https://github.com/goalio/GoalioRememberMe/issues)[4 PRs](https://github.com/goalio/GoalioRememberMe/pulls)3BSD-3-ClausePHP

Since Feb 7Pushed 8y ago8 watchersCompare

[ Source](https://github.com/goalio/GoalioRememberMe)[ Packagist](https://packagist.org/packages/goalio/goalio-rememberme)[ Docs](https://github.com/goalio/GoalioRememberMe)[ RSS](/packages/goalio-goalio-rememberme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (3)

GoalioRememberMe
================

[](#goaliorememberme)

Version 1.0.0 Created by the goalio UG (haftungsbeschränkt)

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

[](#introduction)

GoalioRememberMe is an extension module for ZfcUser that provides functionality to stay logged in on subsequent visits to the site.

Information
-----------

[](#information)

I developed this module to use in our [goalio](http://www.goalio.de) application. There are currently no tests and support can be a little slow because we are a small company with only two developers. I appreciate any feedback, pull requests are even better.

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

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (requirement of ZfcUser).
- [ZfcBase](https://github.com/ZF-Commons/ZfcBase) (requirement of ZfcUser).
- [ZfcUser](https://github.com/ZF-Commons/ZfcUser) (1.\*).

Features / Goals
----------------

[](#features--goals)

- Add pluggable behaviour to stay logged in \[COMPLETE\]
- Provide updated login view \[COMPLETE\]
- Provide examples how to use the cookie information, i.e. differentiate between cookie and regular login \[INCOMPLETE\]

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

[](#installation)

### Main Setup

[](#main-setup)

#### With composer

[](#with-composer)

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

    ```
    "require": {
        "goalio/goalio-rememberme": "1.*"
    }
    ```
2. Now tell composer to download ZfcUser by running the command:

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

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
