PHPackages                             node-link/cakephp-remember-me - 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. node-link/cakephp-remember-me

ActiveCakephp-plugin[Authentication &amp; Authorization](/categories/authentication)

node-link/cakephp-remember-me
=============================

CakePHP plugin that performs Remember-me authentication with the new cookie algorithm of version 3.5 or later

v0.1.2(7y ago)234.8kMITPHP

Since Sep 29Pushed 7y ago2 watchersCompare

[ Source](https://github.com/node-link/cakephp-remember-me)[ Packagist](https://packagist.org/packages/node-link/cakephp-remember-me)[ Docs](https://github.com/node-link/cakephp-remember-me)[ RSS](/packages/node-link-cakephp-remember-me/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

RememberMe plugin for CakePHP
=============================

[](#rememberme-plugin-for-cakephp)

CakePHP plugin that performs Remember-me authentication with the new cookie algorithm of version 3.5 or later.

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

[](#requirements)

- CakePHP 3.5 or later
- PHP 5.6 or later

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

[](#installation)

### 1. Install plugin

[](#1-install-plugin)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require node-link/cakephp-remember-me
```

### 2. Load plugin

[](#2-load-plugin)

Please load the plugin manually as follows:

```
