PHPackages                             adrianodemoura/redirect-post - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. adrianodemoura/redirect-post

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

adrianodemoura/redirect-post
============================

Componente redirectPost para cakePHP 3

1.0(6y ago)039MITHTMLPHP &gt;=5.6

Since Feb 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/adrianodemoura/redirect-post)[ Packagist](https://packagist.org/packages/adrianodemoura/redirect-post)[ Docs](https://github.com/adrianodemoura/redirect-post)[ RSS](/packages/adrianodemoura-redirect-post/feed)WikiDiscussions master Synced today

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

RedirectPost
============

[](#redirectpost)

Considerations
--------------

[](#considerations)

Plugin to redirect and save post.

You can use three types of the storage: session, cache and cookie.

When loadComponent:

```
 $this->loadComponent( 'RedirectPost.Redirect', ['storage'=>'session|cache|cookie']);

```

Use the force, read the code.

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

[](#requirements)

cakePHP 3

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

[](#installation)

```
$ composer require adrianodemoura/redirect-post

```

### In `src/Application.php`:

[](#in-srcapplicationphp)

```
parent::bootstrap();
$this->addPlugin('RedirectPost');

```

Usage
-----

[](#usage)

### In Controller:

[](#in-controller)

```
public function initialize()
{
    parent::initialize();
    $this->loadComponent('RedirectPost.Redirect');
}

```

### to save and redirect:

[](#to-save-and-redirect)

```
$data = $this->request->getData();
$this->Redirect->save( ['action'=>'acton_target'], $data);

```

### to read:

[](#to-read)

```
$data = $this->Redirect->read();

```

### to delete:

[](#to-delete)

```
$this->Redirect->delete();

```

Check
-----

[](#check)

### In `vendor/cakephp-plugins.php`:

[](#in-vendorcakephp-pluginsphp)

```
'RedirectPost' => $baseDir . '/vendor/adrianodemoura/redirect-post/',

```

### In `vendor/composer/autoload_psr4.php`:

[](#in-vendorcomposerautoload_psr4php)

```
'RedirectPost\\' => array($vendorDir . '/adrianodemoura/redirect-post/src'),
'RedirectPost\\Test\\' => array($vendorDir . '/adrianodemoura/redirect-post/tests'),

```

Test
----

[](#test)

access

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2265d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c3dd978bc9ef4bb5de3a6f8fcec48919627dee861a4eff9dcd05b477874d8c0?d=identicon)[AdrianoMoura](/maintainers/AdrianoMoura)

---

Tags

requestdatacakephpredirectpost

### Embed Badge

![Health badge](/badges/adrianodemoura-redirect-post/health.svg)

```
[![Health](https://phpackages.com/badges/adrianodemoura-redirect-post/health.svg)](https://phpackages.com/packages/adrianodemoura-redirect-post)
```

###  Alternatives

[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[cakedc/tiny-mce

TinyMCE Plugin for CakePHP

10790.2k](/packages/cakedc-tiny-mce)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

2988.9k3](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-geo

A CakePHP plugin around geocoding tools and helpers.

51174.9k4](/packages/dereuromark-cakephp-geo)[dereuromark/cakephp-data

A CakePHP plugin containing lots of useful and reusable data containers

1418.4k3](/packages/dereuromark-cakephp-data)[cakedc/enum

Enumeration list Plugin for CakePHP 5

30222.5k2](/packages/cakedc-enum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
