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. [Admin Panels](/categories/admin)
4. /
5. sonofliberty/news-bundle

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

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 2w ago

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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

2682d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[sonata-project/page-bundle

This bundle provides a Site and Page management through container and block services

219928.1k13](/packages/sonata-project-page-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[open-dxp/opendxp

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

9317.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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