PHPackages                             mavimo/sculpin-redirect-bundle - 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. mavimo/sculpin-redirect-bundle

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

mavimo/sculpin-redirect-bundle
==============================

Sculpin Redirect Bundle

65.5k2[1 issues](https://github.com/mavimo/sculpin-redirect-bundle/issues)[1 PRs](https://github.com/mavimo/sculpin-redirect-bundle/pulls)PHP

Since Jan 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mavimo/sculpin-redirect-bundle)[ Packagist](https://packagist.org/packages/mavimo/sculpin-redirect-bundle)[ RSS](/packages/mavimo-sculpin-redirect-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sculpin Redirect Bundle
=======================

[](#sculpin-redirect-bundle)

Setup
-----

[](#setup)

Add this bundle in your `sculpin.json` file:

```
{
    // ...
    "require": {
        // ...
        "mavimo/sculpin-redirect-bundle": "@dev"
    }
}
```

and install this bundle running `sculpin update`.

Now you can register the bundle in `SculpinKernel` class available on `app/SculpinKernel.php` file:

```
class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
    protected function getAdditionalSculpinBundles()
    {
        return array(
           'Mavimo\Sculpin\Bundle\RedirectBundle\SculpinRedirectBundle'
        );
    }
}
```

How to use
----------

[](#how-to-use)

In content that you import you can setup redirect items using:

```
redirect:
    - alias-path.html
    - old-path.html

```

Then create a `redirect.html` file in your theme with the following content:

```
>
{% spaceless %}

{% endspaceless %}
```

Now if a user visit the a `alias-path.html`will be redirect on original page.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9e261c34d4dbf216fc68a5f353e75673d02f565600e1bb9cd0cefba6a3e3638?d=identicon)[mavimo](/maintainers/mavimo)

---

Top Contributors

[![mavimo](https://avatars.githubusercontent.com/u/43941?v=4)](https://github.com/mavimo "mavimo (6 commits)")

### Embed Badge

![Health badge](/badges/mavimo-sculpin-redirect-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mavimo-sculpin-redirect-bundle/health.svg)](https://phpackages.com/packages/mavimo-sculpin-redirect-bundle)
```

PHPackages © 2026

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