PHPackages                             tsphethean/sculpin-related-posts-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tsphethean/sculpin-related-posts-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tsphethean/sculpin-related-posts-bundle
=======================================

Sculpin Related Posts Bundle

0.1.0(12y ago)72.0k2[2 issues](https://github.com/tsphethean/sculpin-related-posts-bundle/issues)MITPHPPHP &gt;=5.3.2

Since Mar 21Pushed 10y agoCompare

[ Source](https://github.com/tsphethean/sculpin-related-posts-bundle)[ Packagist](https://packagist.org/packages/tsphethean/sculpin-related-posts-bundle)[ Docs](https://sculpin.io)[ RSS](/packages/tsphethean-sculpin-related-posts-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Sculpin Related Posts Bundle
============================

[](#sculpin-related-posts-bundle)

Create blocks showing sources with matching tags for Sculpin powered sites.

Setup
-----

[](#setup)

Add this bundle in your `sculpin.json` file:

```
{
    // ...
    "require": {
        // ...
        "tsphethean/sculpin-related-posts-bundle": "~0.1.0"
    }
}
```

and install this bundle running `sculpin update`.

Now you can register the bundle in `SculpinKernel` class available on `app/SculpinKernel.php` file:

```
class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
    protected function getAdditionalSculpinBundles()
    {
        return array(
           'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle'
        );
    }
}
```

How to use
----------

[](#how-to-use)

In your template:

```
{% if page.related %}

  {% for relate in page.related %}
  {{ relate.title }}
  {% endfor %}

{% endif %}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.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

4435d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/638181?v=4)[Tom Phethean](/maintainers/tsphethean)[@tsphethean](https://github.com/tsphethean)

---

Top Contributors

[![tsphethean](https://avatars.githubusercontent.com/u/638181?v=4)](https://github.com/tsphethean "tsphethean (12 commits)")[![opdavies](https://avatars.githubusercontent.com/u/339813?v=4)](https://github.com/opdavies "opdavies (1 commits)")

---

Tags

staticblogbloggingsiterelated posts

### Embed Badge

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

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

###  Alternatives

[composer/satis

Simple Repository Generator

3.3k1.4M17](/packages/composer-satis)[sculpin/sculpin

Static Site Generator

1.5k102.8k12](/packages/sculpin-sculpin)[johnpbloch/wordpress

WordPress is open source software you can use to create a beautiful website, blog, or app.

6079.5M471](/packages/johnpbloch-wordpress)[jbroadway/urlify

A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

6737.4M62](/packages/jbroadway-urlify)[johnpbloch/wordpress-core

WordPress is open source software you can use to create a beautiful website, blog, or app.

17812.3M117](/packages/johnpbloch-wordpress-core)[mtownsend/read-time

A PHP package to show users how long it takes to read content.

283571.1k2](/packages/mtownsend-read-time)

PHPackages © 2026

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