PHPackages                             wjzijderveld/sculpin-related-content-bundle - 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. wjzijderveld/sculpin-related-content-bundle

AbandonedArchivedSymfony-bundle

wjzijderveld/sculpin-related-content-bundle
===========================================

Sculpin Bundle to generate related content data

1.0.1(11y ago)427MITPHPPHP &gt;=5.4.0

Since Mar 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/wjzijderveld/SculpinRelatedContentBundle)[ Packagist](https://packagist.org/packages/wjzijderveld/sculpin-related-content-bundle)[ RSS](/packages/wjzijderveld-sculpin-related-content-bundle/feed)WikiDiscussions 1.x Synced 6d ago

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

Sculpin RelatedContentBundle
============================

[](#sculpin-relatedcontentbundle)

This Bundle is written to work with [Sculpin](http://sculpin.io).

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

[](#installation)

#### Composer

[](#composer)

```
$ composer require wjzijderveld/sculpin-related-content-bundle ~1.0

```

Usage
-----

[](#usage)

At this moment, the usage is pretty simple, but can be expanded later on. It works with Sculpin Taxonomy.

First you need to set some tags on you content:

```
---
title: Foo document
tags: [foo, bar]
---

```

On every document where you want to show related content, you define the tags to relate this content to:

```
---
title: Foobar Document
tags: [foo, bar, foobar]
related_content:
    post_tags: [foo]
---

```

When you have done this, you can now use the `related_content` variable in your templates (in this example Twig):

```
{% if related_content|length %}

        {% for item in related_content %}
            {{ item.title }}
        {% endfor %}

{% endif %}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Every ~48 days

Total

4

Last Release

4308d ago

PHP version history (2 changes)v1.0.0-alpha1PHP &gt;=5.3.2

1.0.0PHP &gt;=5.4.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

bundlecontentstaticsculpinrelated

### Embed Badge

![Health badge](/badges/wjzijderveld-sculpin-related-content-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/wjzijderveld-sculpin-related-content-bundle/health.svg)](https://phpackages.com/packages/wjzijderveld-sculpin-related-content-bundle)
```

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)[sensiolabs/gotenberg-bundle

A Symfony bundle that provides seamless integration with Gotenberg for generating PDFs and screenshots from various sources (HTML, Markdown, Office documents, URLs) with a clean, builder-based API.

210210.4k2](/packages/sensiolabs-gotenberg-bundle)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3172.5k4](/packages/terminal42-contao-node)[cmsig/seal-symfony-bundle

An integration of CMS-IG SEAL search abstraction into Symfony Framework.

15195.8k5](/packages/cmsig-seal-symfony-bundle)

PHPackages © 2026

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