PHPackages                             spotawheel/laravel-rebrandly - 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. spotawheel/laravel-rebrandly

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

spotawheel/laravel-rebrandly
============================

Laravel Rebrandly Package

1.0.1(2y ago)031.8k↑20.6%1MITPHPPHP ^7.3|^8.0

Since Apr 19Pushed 2y ago2 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Laravel Rebrandly Package
=========================

[](#laravel-rebrandly-package)

A laravel package for Rebrandly.

For more information see [Rebrandly](https://rebrandly.com/)

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

[](#installation)

### Step 1: Install spotawheel/laravel-rebrandly with composer:

[](#step-1-install-spotawheellaravel-rebrandly-with-composer)

```
composer require spotawheel/laravel-rebrandly

```

### Step 2: Configure Rebrandly credentials

[](#step-2-configure-rebrandly-credentials)

```
php artisan vendor:publish --provider="Spotawheel\Rebrandly\RebrandlyServiceProvider"

```

Add this in you **.env** file

```
REBRANDLY_API_KEY=apikey
REBRANDLY_API_URL=https://api.rebrandly.com/v1

```

Usage
-----

[](#usage)

```
use Rebrandly;
```

```
/* Return number of total links */
$string = Rebrandly::countLinks();

/* Create a new short url */
$string = Rebrandly::createLink('https://www.example.com');

/* Search link by slashtag */
$object = Rebrandly::searchLink('2j8ab31');

/* Delete link by slashtag */
$bool = Rebrandly::deleteLink('2j8ab31');

/* Return account details */
$object = Rebrandly::accountDetails();

/* Delete links */
$array = Rebrandly::accountDetails($linksArray);

/* Retrieve links based on filters */
$array = Rebrandly::getLinks(
        string $dateTo = '',
        string $dateFrom = '',
        string $lastLinkId = '',
        int $limit = 25,
        string $domainId = '',
        string $domainFullName = '',
        string $slashtag = '',
        string $creatorId = '',
        string $orderBy = 'createdAt',
        string $orderDir = 'desc'
        );
```

Notes
-----

[](#notes)

For more information see [Rebrandly's API docs](https://developers.rebrandly.com/docs)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.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 ~674 days

Total

2

Last Release

816d ago

### Community

Maintainers

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

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

---

Top Contributors

[![kostarask](https://avatars.githubusercontent.com/u/93255200?v=4)](https://github.com/kostarask "kostarask (2 commits)")[![kanoulis](https://avatars.githubusercontent.com/u/23011692?v=4)](https://github.com/kanoulis "kanoulis (1 commits)")

---

Tags

laravelrebrandly

### Embed Badge

![Health badge](/badges/spotawheel-laravel-rebrandly/health.svg)

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

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

202832.4k6](/packages/backpack-basset)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)

PHPackages © 2026

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