PHPackages                             fxkopp/statamic-shlink-manager - 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. fxkopp/statamic-shlink-manager

ActiveStatamic-addon[Utility &amp; Helpers](/categories/utility)

fxkopp/statamic-shlink-manager
==============================

Manage Shlink short URLs from the Statamic Control Panel

v1.0.1(1mo ago)047MITPHPPHP ^8.4CI passing

Since Apr 24Pushed 1mo agoCompare

[ Source](https://github.com/fxkopp/statamic-shlink-manager)[ Packagist](https://packagist.org/packages/fxkopp/statamic-shlink-manager)[ RSS](/packages/fxkopp-statamic-shlink-manager/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Shlink Manager for Statamic
===========================

[](#shlink-manager-for-statamic)

Manage your [Shlink](https://shlink.io) short URLs directly from the Statamic Control Panel.

Features
--------

[](#features)

- **List, create, edit, and delete** short URLs
- **Dynamic tag input** with existing tag suggestions and inline creation
- **Advanced options**: title, valid since/until, max visits, crawlable, forward query params
- **Visit statistics** with country, referer, and bot filtering
- **QR code generation** for every short URL
- **Dashboard widget** showing recent links and total visit count
- **Shlink Web Client integration** with servers.csv export (super admins only)
- **Status badges**: expired, max reached, scheduled
- **Permissions**: `view short urls`, `edit short urls`
- **Translations**: English and German

Requirements
------------

[](#requirements)

- PHP 8.4+
- Statamic 6.10+
- A running [Shlink](https://shlink.io) instance

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

[](#installation)

```
composer require fxkopp/statamic-shlink-manager
```

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

[](#configuration)

Add these environment variables to your `.env`:

```
SHLINK_BASE_URL=https://s.example.com
SHLINK_API_KEY=your-shlink-api-key
SHLINK_DEFAULT_DOMAIN=s.example.com
```

Generate an API key on your Shlink instance:

```
shlink api-key:generate --name="Statamic"
```

### Dashboard Widget

[](#dashboard-widget)

Add the widget to `config/statamic/cp.php`:

```
'widgets' => [
    ['type' => 'shlink_manager_recent_links', 'width' => 50],
],
```

### Publish Config (optional)

[](#publish-config-optional)

```
php artisan vendor:publish --tag=shlink-manager-config
```

Usage
-----

[](#usage)

1. Log in to the Statamic Control Panel
2. Navigate to **Tools &gt; Short URLs**
3. Create, edit, and manage your short URLs
4. View visit statistics and QR codes on the detail page

Permissions
-----------

[](#permissions)

The addon registers two permissions:

PermissionDescription`view short urls`View the short URL listing and statistics`edit short urls`Create, edit, and delete short URLsLicense
-------

[](#license)

MIT License. See [LICENSE](LICENSE) for details.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance90

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

46d ago

### Community

Maintainers

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

---

Top Contributors

[![fxkopp](https://avatars.githubusercontent.com/u/1269390?v=4)](https://github.com/fxkopp "fxkopp (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fxkopp-statamic-shlink-manager/health.svg)

```
[![Health](https://phpackages.com/badges/fxkopp-statamic-shlink-manager/health.svg)](https://phpackages.com/packages/fxkopp-statamic-shlink-manager)
```

###  Alternatives

[yurunsoft/ide-helper

10419.5k16](/packages/yurunsoft-ide-helper)

PHPackages © 2026

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