PHPackages                             parsadanashvili/laravel-cuttly - 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. parsadanashvili/laravel-cuttly

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

parsadanashvili/laravel-cuttly
==============================

Cutt.ly Package For Shorten Your Links

v1.1.0(4y ago)081MITPHPPHP &gt;=7.4

Since Apr 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Parsadanashvili/laravel-cuttly)[ Packagist](https://packagist.org/packages/parsadanashvili/laravel-cuttly)[ RSS](/packages/parsadanashvili-laravel-cuttly/feed)WikiDiscussions main Synced yesterday

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

Laravel Cutt.ly Integration Package
===================================

[](#laravel-cuttly-integration-package)

This package allows you to process shorten links with Cutt.ly from your Laravel application.

[![Laravel Cutt.ly Integration](cover.png)](cover.png)

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

[](#installation)

```
composer require parsadanashvili/laravel-cuttly

```

#### For Laravel &lt;= 5.4

[](#for-laravel--54)

If you're using Laravel 5.4 or lower, you have to manually add a service provider in your `config/app.php` file. Open `config/app.php` and add `CuttlyServiceProvider` to the `providers` array.

```
'providers' => [
    # Other providers
    Parsadanashvili\LaravelCuttly\CuttlyServiceProvider::class,
],
```

Publish migrations and config by running:

```
php artisan vendor:publish --provider="Parsadanashvili\LaravelCuttly\CuttlyServiceProvider"
```

### API Keys

[](#api-keys)

Place api key to .env file:

```
CUTTLY_API_KEY=CuttlyApiKey
```

### Shorten Url

[](#shorten-url)

To shorten url you should use Shorten Url function

**Parameters:**

- `url` - `string`, required

**Return:** `https://cutt.ly/mFtHxpP`

```
use Parsadanashvili\LaravelCuttly\Requests\ShortenUrl;

return ShortenUrl::request('https://google.com')
    ->name('Name') //optional
    ->useDomain() //optional
    ->process();
```

Authors
-------

[](#authors)

- [Nika Parsadanashvili](https://github.com/Parsadanashvili)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

2

Last Release

1550d ago

### Community

Maintainers

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

---

Top Contributors

[![Parsadanashvili](https://avatars.githubusercontent.com/u/61390801?v=4)](https://github.com/Parsadanashvili "Parsadanashvili (26 commits)")

### Embed Badge

![Health badge](/badges/parsadanashvili-laravel-cuttly/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k95](/packages/nativephp-mobile)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.2k](/packages/venturedrake-laravel-crm)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[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)
