PHPackages                             sonofliberty/news-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. sonofliberty/news-bundle

Abandoned → [sonofliberty/news-bundle](/?search=sonofliberty%2Fnews-bundle)Symfony-bundle

sonofliberty/news-bundle
========================

A simple news/blog publication bundle

0.1.1(7y ago)08MITPHPPHP ^7.2CI failing

Since Feb 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sonofliberty/news-bundle)[ Packagist](https://packagist.org/packages/sonofliberty/news-bundle)[ RSS](/packages/sonofliberty-news-bundle/feed)WikiDiscussions develop Synced yesterday

READMEChangelog (2)Dependencies (8)Versions (4)Used By (0)

news-bundle
===========

[](#news-bundle)

[![Build Status](https://camo.githubusercontent.com/f50bc8ea8e4fa0027fe29b740bc062958e026473bd4c26cc44390061cadee525/68747470733a2f2f7472617669732d63692e636f6d2f736f6e6f666c6962657274792f6e6577732d62756e646c652e7376673f6272616e63683d646576656c6f70)](https://travis-ci.com/sonofliberty/news-bundle)

Symfony bundle with simple blog / publishing features

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

[](#installation)

1. Install via composer

    `composer require sonofliberty/news-bundle`
2. Enable bundle

    ```
    // app/AppKernel.php

    public function registerBundles()
    {
        return array(
            // ...
            new SonOfLiberty\NewsBundle\SonOfLibertyNewsBundle(),
            new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
            new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(), // needed for translations
            // ...
        );
    }
    ```
3. Configuration

    ```
    # app/config/config.yml

    son_of_liberty_news:
        author:
            class: Acme\AcmeBundle\Entity\User # optional
    ```
4. Import routing

    ```
    # app/config/routing.yml

    son_of_liberty_news:
        prefix: /news
        resource: '@SonOfLibertyNewsBundle/Resources/config/routing.yaml'
    ```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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.

###  Release Activity

Cadence

Every ~9 days

Total

2

Last Release

2634d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7058895?v=4)[Alex](/maintainers/sonofliberty)[@sonofliberty](https://github.com/sonofliberty)

---

Top Contributors

[![sonofliberty](https://avatars.githubusercontent.com/u/7058895?v=4)](https://github.com/sonofliberty "sonofliberty (15 commits)")

---

Tags

blognewssymfonysymfony-bundle

### Embed Badge

![Health badge](/badges/sonofliberty-news-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sonofliberty-news-bundle/health.svg)](https://phpackages.com/packages/sonofliberty-news-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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