PHPackages                             salted-herring/silverstripe-shortlist - 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. salted-herring/silverstripe-shortlist

AbandonedArchivedSilverstripe-module

salted-herring/silverstripe-shortlist
=====================================

Shortlist module for SilverStripe CMS

v0.0.1(10y ago)291BSD-3-ClausePHP

Since Apr 20Pushed 9y ago3 watchersCompare

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

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

silverstripe-shortlist
======================

[](#silverstripe-shortlist)

[![Build Status](https://camo.githubusercontent.com/15ed022773465367e4404a7b59ff4535bf7efba147878c3a314498ed349d820d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73616c7465642d68657272696e672f73696c7665727374726970652d73686f72746c6973742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/salted-herring/silverstripe-shortlist/build-status/master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/0de7cfc2d27af5fe0ccd5def2571303c815fdc40496f1a1514e3d2ebc639de70/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73616c7465642d68657272696e672f73696c7665727374726970652d73686f72746c6973742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/salted-herring/silverstripe-shortlist/?branch=master) [![Build Status](https://camo.githubusercontent.com/499f4787fed3240097135a7100f3cd15d0c40eb05cfd6660a1f666b4a044e918/68747470733a2f2f7472617669732d63692e6f72672f73616c7465642d68657272696e672f73696c7665727374726970652d73686f72746c6973742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/salted-herring/silverstripe-shortlist)[![License](https://camo.githubusercontent.com/0f90efcb96edabb01724f3d7e386898bd21e589c4866a6db65eda1c08de1963b/68747470733a2f2f706f7365722e707567782e6f72672f73616c74656468657272696e672f73696c7665727374726970652d73686f72746c6973742f6c6963656e7365)](https://packagist.org/packages/saltedherring/silverstripe-shortlist)

Session based shortlist module for SilverStripe

This module allows for front end users to create shortlists of pages or dataobjects (which must have associated controllers &amp; Links) which exist within the site. The shortlist is stored against the users' session (so adding/removing items only occurs during the session), but a unique URL for the particular shortlist may be shared.

Install
-------

[](#install)

The module can be installed via composer:

```
composer require saltedherring/silverstripe-shortlist
```

Afterwards run a `dev/build`

Configuration Options
---------------------

[](#configuration-options)

\_config/\_config.yml:

```
---
Name: shortlist
After: 'framework/*','cms/*'
---
ShortList:
  URLSegment: '/shortlist/'
  PaginationCount: 12
```

The base URL segment can be modified here, as can the pagination count (for the page that displays the actual list of items).

- Ensure that URL Segment can dynamically generate the route.

ShortList Object requirements
-----------------------------

[](#shortlist-object-requirements)

For an object to be able to be added to the shortlist it must:

- Provide a `Link` function
- Extend `ShortListExtension`

Front-end
---------

[](#front-end)

The shortlist may be added to any template by including the supplied `ShortListLinks` ss include:

```

```

This will provide a mechanism to allow objects to be added &amp; removed from the shortlist.

The other templates provided are:

- templates/Layout/ShortList.ss *(provides the template for the actual shortlist, including pagination controls)*
- templates/Layout/ShortList\_empty.ss *(for displaying empty shortlist messages)*
- Supply AJAX example use of pagination &amp; add/remove links.

TO DO
-----

[](#to-do)

- Ensure that URL Segment can dynamically generate the route.
- Supply AJAX example use of pagination &amp; add/remove links.

Coding Standards
----------------

[](#coding-standards)

The code has been written to PSR1.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.3% 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

3674d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/540bb83cb25750c18552987570b71946aebb4a1b3d6fe1c11e60ddcccda4fe17?d=identicon)[saltedherring](/maintainers/saltedherring)

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

---

Top Contributors

[![simonwinter](https://avatars.githubusercontent.com/u/1104537?v=4)](https://github.com/simonwinter "simonwinter (9 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (5 commits)")

---

Tags

silverstripeshortlist

### Embed Badge

![Health badge](/badges/salted-herring-silverstripe-shortlist/health.svg)

```
[![Health](https://phpackages.com/badges/salted-herring-silverstripe-shortlist/health.svg)](https://phpackages.com/packages/salted-herring-silverstripe-shortlist)
```

###  Alternatives

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

Rich filter header component for GridField

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

PHPackages © 2026

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