PHPackages                             bnbwebexpertise/laravel-linkr - 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. bnbwebexpertise/laravel-linkr

ActivePackage

bnbwebexpertise/laravel-linkr
=============================

Laravel package to use PHP Linkr Client

1.0.4(6y ago)041MITPHPPHP &gt;=7.1

Since Mar 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/bnbwebexpertise/laravel-linkr)[ Packagist](https://packagist.org/packages/bnbwebexpertise/laravel-linkr)[ RSS](/packages/bnbwebexpertise-laravel-linkr/feed)WikiDiscussions master Synced 4d ago

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

Laravel 5.5+ Linkr Client
=========================

[](#laravel-55-linkr-client)

This package allows to generate short links with Linkr server.

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

[](#installation)

You can install this package via composer. Laravel 5.5+ auto discovers the service provider.

```
composer require bnbwebexpertise/laravel-linkr

```

Configuration
-------------

[](#configuration)

You can customize this package behavior by publishing the configuration file :

```
php artisan vendor:publish --provider='Bnb\Laravel\Linkr\LinkrServiceProvider'

```

Settings can be changed using `.env` files :

```
LINKR_URL=https://my.linkr.server.com
LINKR_KEY=YourLinkrApiKey
LINKR_PROXY_CONFIG_KEY=services.proxy.http
LINKR_PROXY_USER_CONFIG_KEY=services.proxy.http_user
LINKR_PROXY_PASSWORD_CONFIG_KEY=services.proxy.http_password

```

Usage
-----

[](#usage)

```
//
//
// Via app()

$linkr = app('linker');

$link = $linkr->shorten(...);

$link = $linkr->details(...);

$linkr->delete(...);

//
//
// Via Facade

$link = Linkr::shorten(...);

$link = Linkr::details(...);

Linkr::delete(...);
```

See [Linkr page](https://github.com/bnbwebexpertise/linkr-php-client) for API details.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

4

Last Release

2231d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08424532974ca17db79322a73bfc2a59ad82f01c98e4c9d004674afdcccce5a8?d=identicon)[gabsource](/maintainers/gabsource)

---

Top Contributors

[![gabsource](https://avatars.githubusercontent.com/u/1851314?v=4)](https://github.com/gabsource "gabsource (5 commits)")

### Embed Badge

![Health badge](/badges/bnbwebexpertise-laravel-linkr/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[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)
