PHPackages                             burnbright/silverstripe-anchorfield - 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. burnbright/silverstripe-anchorfield

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

burnbright/silverstripe-anchorfield
===================================

Form field for creating anchor links easily. Beats using LiteralField.

22.3k1[3 PRs](https://github.com/burnbright/silverstripe-anchorfield/pulls)PHP

Since Nov 28Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe Anchor Field
=========================

[](#silverstripe-anchor-field)

Create anchor easily within form fields or actions lists.

The `AnchorField.ss` template can be overridden for easy styling / customisation, which is particularly useful for making links look like buttons.

Example Usage
-------------

[](#example-usage)

```
    $actions = new FieldList(
        new AnchorField("cancel", "Cancel", $this->Link()),
        new FormAction("submit", "Submit")
    );
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1356335?v=4)[Jeremy Shipman](/maintainers/jedateach)[@jedateach](https://github.com/jedateach)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/burnbright-silverstripe-anchorfield/health.svg)

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

PHPackages © 2026

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