PHPackages                             ssx/threeohone - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. ssx/threeohone

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ssx/threeohone
==============

A simple Laravel package to deal with handling 301 redirects.

1.0.0(10y ago)11.2kMITPHPCI failing

Since Oct 30Pushed 6y ago2 watchersCompare

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

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

ThreeOhOne
==========

[](#threeohone)

A simple Laravel package to deal with handling 301 redirects.

#### Installation

[](#installation)

```
- Add to `"ssx/threeohone": "0.0.1",` to composer.json
- Add Service Provider `SSX\ThreeOhOne\Providers\ThreeOhOneServiceProvider::class` to config/app.php
- Add Global Middleware `\SSX\ThreeOhOne\Middleware\CheckForRedirect::class` to Http/Kernel.php
- Run vendor:publish
- php artisan migrate
- Add records to redirect table

```

\#### Usage Two types of redirect, 'domain' and 'path'. A domain redirect will redirect:

```
www.site.com/path/to/file.html to http://test.com

```

A path redirect will ignore the domain only use the requested path, ie:

```
/path/to/file.html to http://example.com

```

Which is useful on sites that have subdomains.

#### Todo

[](#todo)

- Add caching
- Add tests

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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

Every ~33 days

Total

3

Last Release

3787d ago

Major Versions

0.0.2 → 1.0.02016-01-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/254889?v=4)[Scott](/maintainers/ssx)[@ssx](https://github.com/ssx)

---

Top Contributors

[![ssx](https://avatars.githubusercontent.com/u/254889?v=4)](https://github.com/ssx "ssx (11 commits)")[![grumpysi](https://avatars.githubusercontent.com/u/6876914?v=4)](https://github.com/grumpysi "grumpysi (1 commits)")

---

Tags

laravelredirect404301

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ssx-threeohone/health.svg)

```
[![Health](https://phpackages.com/badges/ssx-threeohone/health.svg)](https://phpackages.com/packages/ssx-threeohone)
```

###  Alternatives

[nystudio107/craft-retour

Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding &amp; restructuring a website

40975.2k15](/packages/nystudio107-craft-retour)[fsasvari/laravel-trailing-slash

The package that adds redirection with trailing slash to Laravel framework.

63164.3k](/packages/fsasvari-laravel-trailing-slash)

PHPackages © 2026

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