PHPackages                             media365/squeezer - 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. media365/squeezer

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

media365/squeezer
=================

url shorten package using Laravel

1.0.3(1y ago)329.9k↑160%2MITPHPPHP ^7.1|^8.0

Since Jan 1Pushed 1y ago2 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (5)Used By (0)

squeezer
========

[](#squeezer)

URL shortening or squeezing package in Laravel.

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

[](#installation)

You can easily install this package using Composer, by running the following command:

```
composer require media365/squeezer
```

### Requirements

[](#requirements)

This package has the following requirements:

- PHP 7.1 or higher
- Laravel 5.1 or higher

### Laravel 5.5+

[](#laravel-55)

If you use Laravel 5.5 or higher, that's it. You can now use the package, continue to the [usage](#usage) section.

### Laravel 5.1-5.4

[](#laravel-51-54)

If you're using an older version of Laravel, register the package's service provider to your application. You can do this by adding the following line to your `config/app.php` file:

```
'providers' => [
   ...
   Media365\Squeezer\SqueezerServiceProvider::class,
   ...
],
```

Usage
-----

[](#usage)

```
$shortener = app('url.shortener');
```

Once you have an instance of the shortener, you can shorten your URLs:

```
// This will return your shortened URL as a string
$shortener->shorten('https://github.com');
```

You can provide driver to shorten url

```
// This will return your shortened URL as a string with provided driver
$shortener->driver('is_gd')->shorten('https://github.com')
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~573 days

Total

4

Last Release

610d ago

PHP version history (2 changes)1.0.0PHP ^7.1

1.0.2PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f1406e4b8b75b528b79a703424242c9ebb5011c5ada44db9284738b9bc2b6ab?d=identicon)[media365](/maintainers/media365)

![](https://www.gravatar.com/avatar/37f1edf76b13612cacb7715fc718c51856cf3e25062fb0330c0e4a19d3269be1?d=identicon)[baharam000](/maintainers/baharam000)

---

Top Contributors

[![smunchi](https://avatars.githubusercontent.com/u/6287399?v=4)](https://github.com/smunchi "smunchi (5 commits)")[![alimranahmed](https://avatars.githubusercontent.com/u/7629427?v=4)](https://github.com/alimranahmed "alimranahmed (3 commits)")[![rakibhasansabbir](https://avatars.githubusercontent.com/u/15053354?v=4)](https://github.com/rakibhasansabbir "rakibhasansabbir (3 commits)")[![Azim1993](https://avatars.githubusercontent.com/u/8541339?v=4)](https://github.com/Azim1993 "Azim1993 (1 commits)")

---

Tags

urllaravelshortenershortening

### Embed Badge

![Health badge](/badges/media365-squeezer/health.svg)

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

###  Alternatives

[laracrafts/laravel-url-shortener

Powerful URL shortening tools in Laravel

97110.7k](/packages/laracrafts-laravel-url-shortener)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343121.4M79](/packages/google-cloud-core)[gallib/laravel-short-url

A Laravel package to shorten urls

16516.4k](/packages/gallib-laravel-short-url)[dusterio/link-preview

Link preview generation for PHP with Laravel support

126326.6k3](/packages/dusterio-link-preview)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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