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

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

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

Adding Remember Me functionalitiy to ZfcUser

0.1.1(12y ago)035PHP

Since Feb 7Pushed 12y ago1 watchersCompare

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

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

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

[](#goaliorememberme)

Version 0.0.2 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.

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) (latest master).

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": "0.*"
    }
    ```
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.

    ```
