PHPackages                             illchuk/zfc-user-redirect-uri - 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. illchuk/zfc-user-redirect-uri

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

illchuk/zfc-user-redirect-uri
=============================

ZfcUser redirection to specific URI, rather than to a generic route

v0.1(8y ago)070MITPHPPHP ^5.4|^7.0

Since Nov 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dillchuk/ZfcUserRedirectUri)[ Packagist](https://packagist.org/packages/illchuk/zfc-user-redirect-uri)[ Docs](https://github.com/dillchuk/ZfcUserRedirectUri)[ RSS](/packages/illchuk-zfc-user-redirect-uri/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ZfcUserRedirectUri
==================

[](#zfcuserredirecturi)

[![Build Status](https://camo.githubusercontent.com/180309228d170b8972c952cfef383080e638681b96ae01a3b3b7b62bb66ba7f7/68747470733a2f2f7472617669732d63692e6f72672f64696c6c6368756b2f5a66635573657252656469726563745572692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dillchuk/ZfcUserRedirectUri)

Install with `composer require illchuk/zfc-user-redirect-uri`.

Then reference in `modules.config.php`:

```
return [
    ..., 'ZfcUser', 'ZfcUserRedirectUri', ...
];

```

If you're using ZfcUser's `/user/login?redirect=ROUTE` feature, you may now redirect to any routable URI instead: `ROUTE` can become for example `/ROUTABLE/URI/3?message=OK`.

This is especially useful when using ZfcRbac and user is hit with the login screen; they log in then carry on right where they left off.

ZfcRbac config as follows:

```
'redirect_strategy' => [
	'redirect_when_connected' => true,
	'append_previous_uri' => true,
	'previous_uri_query_key' => 'redirect'
],

```

*N.B. URI's that cannot be routed by your app are silently discarded.*

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

3114d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/36c24140c7709b9015bdb1d58f0937b0c72801a63ae4b32cc18ba3f71a1eaa23?d=identicon)[dillchuk](/maintainers/dillchuk)

---

Top Contributors

[![dillchuk](https://avatars.githubusercontent.com/u/11740626?v=4)](https://github.com/dillchuk "dillchuk (19 commits)")

---

Tags

ZendFrameworkzf3zfcuser

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/illchuk-zfc-user-redirect-uri/health.svg)

```
[![Health](https://phpackages.com/badges/illchuk-zfc-user-redirect-uri/health.svg)](https://phpackages.com/packages/illchuk-zfc-user-redirect-uri)
```

###  Alternatives

[akrabat/akrabat-session

A Zend Framework 2 module for configuring sessions

134.5k](/packages/akrabat-akrabat-session)

PHPackages © 2026

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