PHPackages                             vulcandigital/silverstripe-securelinkparser - 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. vulcandigital/silverstripe-securelinkparser

ActiveSilverstripe-vendormodule

vulcandigital/silverstripe-securelinkparser
===========================================

Allows you to notify your viewers that they are being redirected to an external link

1.0(8y ago)17BSD-3-ClausePHP

Since Jan 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vulcandigital/silverstripe-securelinkparser)[ Packagist](https://packagist.org/packages/vulcandigital/silverstripe-securelinkparser)[ RSS](/packages/vulcandigital-silverstripe-securelinkparser/feed)WikiDiscussions master Synced 2mo ago

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

silverstripe-securelinkparser
=============================

[](#silverstripe-securelinkparser)

This module provides you with a page and the functionality to redirect viewers to user defined links to:

> **TL;DR** Will convert "" into ""

What's it do?
-------------

[](#whats-it-do)

- Warns the viewer that they're about to be redirected to external link
- Give the user the ability to cancel the redirection.
- If they cancel then provide them with an option to continue to the link anyway in case they changed their mind.
- Track how many hits an external URL has had from your domain.
- Prevents potentially breaking SSL due to insecure links

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

[](#requirements)

- silverstripe/framework: ^4
- silverstripe/cms: ^4

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

[](#installation)

```
composer install vulcandigital/silverstripe-securelinkparser
```

Usage
-----

[](#usage)

An extension is packaged with this module and gives you access to the `$SecureUserDefinedLink` method from within any `PageController`

```
$CustomLinkTitle
```

or

```
$link = \Vulcan\SecureLinkParser\SecureLinkParser::getSecureLink($this->CustomLink);
```

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

[](#configuration)

The only configuration variable available is `create_default_page`, which will create the redirection page automatically upon `dev/build`

```
Vulcan\SecureLinkParser\Pages\SecureLinkParserPage:
    create_default_page: true
```

> This is disabled by default, so you will need to create the page yourself anywhere in the site tree.

License
-------

[](#license)

[BSD 3-Clause](LICENSE.md) © Vulcan Digital Ltd

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3041d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79352f13e05702b6ba2a9e27508d7cbd72e902342ff4e6608861b40a7cab5644?d=identicon)[vulcandigital](/maintainers/vulcandigital)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vulcandigital-silverstripe-securelinkparser/health.svg)

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

###  Alternatives

[silverstripe-terraformers/gridfield-rich-filter-header

Rich filter header component for GridField

1325.7k1](/packages/silverstripe-terraformers-gridfield-rich-filter-header)[silverstripe/superglue

102.2k](/packages/silverstripe-superglue)

PHPackages © 2026

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