PHPackages                             seferov/blog-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. seferov/blog-bundle

ActiveSymfony-bundle

seferov/blog-bundle
===================

Symfony Blog Bundle

0.3.1(10y ago)3589[1 issues](https://github.com/seferov/blog-bundle/issues)MITHTMLPHP &gt;=5.4

Since Apr 16Pushed 9y ago2 watchersCompare

[ Source](https://github.com/seferov/blog-bundle)[ Packagist](https://packagist.org/packages/seferov/blog-bundle)[ RSS](/packages/seferov-blog-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (6)Used By (0)

BlogBundle
==========

[](#blogbundle)

Symfony Blog Bundle

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

[](#installation)

Download the bundle:

`composer require seferov/blog-bundle`

Register it:

```
// app/AppKernel.php
// ...
public function registerBundles()
{
    $bundles = array(
        // ...
        new Seferov\BlogBundle\SeferovBlogBundle(),
        new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
        new WhiteOctober\BreadcrumbsBundle\WhiteOctoberBreadcrumbsBundle(),
        new Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(),
        new Sonata\SeoBundle\SonataSeoBundle(),
    );
}
```

Import routing:

```
# app/config/routing.yml
seferov_blog:
    resource: "@SeferovBlogBundle/Resources/config/routing.yml"
    prefix:   /blog
```

Create database tables:

`bin/console doctrine:schema:update --dump-sql`

Install assets:

`bin/console assets:install`

TODO
----

[](#todo)

- admin template
- remove tons of dependencies
- write tests
- release stable version
- documentation (especially about overwriting templates)
- fixtures
- proper default template

Examples
--------

[](#examples)

- [azerdict blog](https://azerdict.com/blog/)
- [Farhad Safarov](https://farhadsafarov.com/blog/)
- [Bebek.tv](https://bebek.tv/blog/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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 ~93 days

Total

5

Last Release

3669d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/610bd2fde1711e53582ff2e311a6a40c5fbf4056b30930720e3f315fdb39ae06?d=identicon)[ferhad](/maintainers/ferhad)

---

Top Contributors

[![seferov](https://avatars.githubusercontent.com/u/1233843?v=4)](https://github.com/seferov "seferov (36 commits)")

---

Tags

symfonyblog news

### Embed Badge

![Health badge](/badges/seferov-blog-bundle/health.svg)

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

###  Alternatives

[forkcms/forkcms

Fork is an open source CMS that will rock your world.

1.2k44.5k](/packages/forkcms-forkcms)[webburza/sylius-article-bundle

Article bundle for Sylius e-commerce platform.

272.3k](/packages/webburza-sylius-article-bundle)[werkstattl/openblogware

OpenBlogware: A Blog Module for Shopware 6.

415.7k](/packages/werkstattl-openblogware)

PHPackages © 2026

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