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)036.3k↓33%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 3d 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 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

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

863d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1217506?v=4)[Nikos Vavoulas](/maintainers/nikosv)[@nikosv](https://github.com/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

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k95](/packages/nativephp-mobile)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[venturedrake/laravel-crm

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

43311.2k](/packages/venturedrake-laravel-crm)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)

PHPackages © 2026

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