PHPackages                             gorriecoe/silverstripe-linkicon - 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. gorriecoe/silverstripe-linkicon

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

gorriecoe/silverstripe-linkicon
===============================

Adds an option to upload an icon to a link

09PHP

Since Apr 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gorriecoe/silverstripe-linkicon)[ Packagist](https://packagist.org/packages/gorriecoe/silverstripe-linkicon)[ RSS](/packages/gorriecoe-silverstripe-linkicon/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Silverstripe link icon
======================

[](#silverstripe-link-icon)

Adds an option to upload an icon to [gorriecoe/silverstripe-link](https://github.com/gorriecoe/silverstripe-link)

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

[](#installation)

Composer is the recommended way of installing SilverStripe modules.

```
composer require gorriecoe/silverstripe-linkicon

```

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

[](#requirements)

- [gorriecoe/silverstripe link](https://github.com/gorriecoe/silverstripe-link) ^1.2.3

Maintainers
-----------

[](#maintainers)

- [Gorrie Coe](https://github.com/gorriecoe)

Template
--------

[](#template)

Add `$Icon` to your `Link.ss` file.

```

        {$Icon}{$Title}

```

Options
-------

[](#options)

Define folder to store the icons assets into.

```
gorriecoe\Link\Models\Link:
  icon_asset_folder: 'SomeFolderName' // Defaults to 'Icons'
```

Defines tab to insert the icon\_folder fields into.

```
gorriecoe\Link\Models\Link:
  icon_tab: 'SomeTabName' // Defaults to 'Settings'
```

Defines the allowed file extensions for the icon field.

```
gorriecoe\Link\Models\Link:
  icon_allowed_extensions:
    - 'gif'
    - 'jpeg'
    - 'jpg'
    - 'png'
    - 'bmp'
    - 'ico'
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0536f68573a498329010867c6f5521f899c2294d5f599d77c8b226d68e74623d?d=identicon)[gorriecoe](/maintainers/gorriecoe)

---

Top Contributors

[![gorriecoe](https://avatars.githubusercontent.com/u/11811440?v=4)](https://github.com/gorriecoe "gorriecoe (7 commits)")

### Embed Badge

![Health badge](/badges/gorriecoe-silverstripe-linkicon/health.svg)

```
[![Health](https://phpackages.com/badges/gorriecoe-silverstripe-linkicon/health.svg)](https://phpackages.com/packages/gorriecoe-silverstripe-linkicon)
```

PHPackages © 2026

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