PHPackages                             bradietilley/laravel-shortify - 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. bradietilley/laravel-shortify

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

bradietilley/laravel-shortify
=============================

Shorten URLs from within Laravel

v0.3.0(3w ago)12MITPHPPHP ^8.3|^8.4|^8.5CI passing

Since Oct 26Pushed 3w ago1 watchersCompare

[ Source](https://github.com/bradietilley/laravel-shortify)[ Packagist](https://packagist.org/packages/bradietilley/laravel-shortify)[ Docs](https://github.com/bradietilley/laravel-shortify)[ RSS](/packages/bradietilley-laravel-shortify/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (12)Versions (4)Used By (0)

Laravel Shortify
================

[](#laravel-shortify)

URL shortening with visit tracking for Laravel.

[![Static Analysis](https://github.com/bradietilley/laravel-shortify/actions/workflows/static.yml/badge.svg)](https://github.com/bradietilley/laravel-shortify/actions/workflows/static.yml/badge.svg)[![Tests](https://github.com/bradietilley/laravel-shortify/actions/workflows/tests.yml/badge.svg)](https://github.com/bradietilley/laravel-shortify/actions/workflows/tests.yml/badge.svg)[![Laravel Version](https://camo.githubusercontent.com/83c7a26073579937b1d321ce410dee32222ce5479f603100455d0034e8a1b1cb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c25323056657273696f6e2d31332e782d463933323243)](https://camo.githubusercontent.com/83c7a26073579937b1d321ce410dee32222ce5479f603100455d0034e8a1b1cb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c25323056657273696f6e2d31332e782d463933323243)[![PHP Version](https://camo.githubusercontent.com/bb92939f358b4888cca839ae31a821eb794bf78469469c4a281e566d81145afb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50485025323056657273696f6e2d254532253839254135253230382e332d344635423933)](https://camo.githubusercontent.com/bb92939f358b4888cca839ae31a821eb794bf78469469c4a281e566d81145afb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50485025323056657273696f6e2d254532253839254135253230382e332d344635423933)

Documentation
-------------

[](#documentation)

Full documentation is available at [bradietilley.dev/laravel-shortify](https://bradietilley.dev/laravel-shortify).

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

[](#installation)

```
composer require bradietilley/laravel-shortify
```

```
php artisan vendor:publish --tag="shortify-config"
php artisan vendor:publish --tag="shortify-migrations"
php artisan migrate
```

```
use BradieTilley\Shortify\Shortify;

$short = Shortify::url('https://example.com/very/long/path');

echo $short->url; // https://your-app.test/s/Ws4BYCVLDDDh
```

Credits
-------

[](#credits)

- [Bradie Tilley](https://github.com/bradietilley)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance94

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~318 days

Total

3

Last Release

27d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44430471?v=4)[Bradie Tilley](/maintainers/bradietilley)[@bradietilley](https://github.com/bradietilley)

---

Top Contributors

[![bradietilley](https://avatars.githubusercontent.com/u/44430471?v=4)](https://github.com/bradietilley "bradietilley (30 commits)")

---

Tags

urllaravelshortenershortify

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bradietilley-laravel-shortify/health.svg)

```
[![Health](https://phpackages.com/badges/bradietilley-laravel-shortify/health.svg)](https://phpackages.com/packages/bradietilley-laravel-shortify)
```

###  Alternatives

[slimani/filament-media-manager

A media manager plugin for Filament.

179.7k1](/packages/slimani-filament-media-manager)

PHPackages © 2026

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