PHPackages                             mavimo/sculpin-projects-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. mavimo/sculpin-projects-bundle

ActiveLibrary

mavimo/sculpin-projects-bundle
==============================

Sculpin Projects Bundle

029PHP

Since Jan 2Pushed 12y agoCompare

[ Source](https://github.com/mavimo/sculpin-projects-bundle)[ Packagist](https://packagist.org/packages/mavimo/sculpin-projects-bundle)[ RSS](/packages/mavimo-sculpin-projects-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sculpin Projects Bundle
=======================

[](#sculpin-projects-bundle)

Setup
-----

[](#setup)

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

```
{
    // ...
    "require": {
        // ...
        "mavimo/sculpin-projects-bundle": "@dev"
    }
}
```

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(
           'Mavimo\Sculpin\Bundle\ProjectsBundle\SculpinProjectsBundle'
        );
    }
}
```

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

[](#how-to-use)

In your sources create a subfolder *\_projects* and add some file inside it, like:

```
my-blog/
└── source
    ├── // ...
    └── _projects
        ├── 2014-01-01-my-new-project.md
        ├── 2014-01-02-another-project.md
        └── 2014-01-03-more-projects.md

```

create the required template files, and get the list of projects using in document metadata to have the paginated list of projects:

```
---
title: Projects
// ...
generator: pagination
pagination:
    provider: data.projects
// ...
---

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

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://www.gravatar.com/avatar/f9e261c34d4dbf216fc68a5f353e75673d02f565600e1bb9cd0cefba6a3e3638?d=identicon)[mavimo](/maintainers/mavimo)

---

Top Contributors

[![mavimo](https://avatars.githubusercontent.com/u/43941?v=4)](https://github.com/mavimo "mavimo (9 commits)")

### Embed Badge

![Health badge](/badges/mavimo-sculpin-projects-bundle/health.svg)

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

PHPackages © 2026

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