PHPackages                             lms42/content-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. [Framework](/categories/framework)
4. /
5. lms42/content-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

lms42/content-bundle
====================

Simple content management: pages and categories.

v1.0.0(12y ago)1246MITPHP

Since Mar 18Pushed 12y ago5 watchersCompare

[ Source](https://github.com/lms42/SmirikContentBundle)[ Packagist](https://packagist.org/packages/lms42/content-bundle)[ Docs](https://4xxi.com)[ RSS](/packages/lms42-content-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

ContentBundle
=============

[](#contentbundle)

Introduction
------------

[](#introduction)

This bundle provides basic CMS functionality with its own admin part. It didn't require any other bundles.

**IMPORTANT** This bundle is in development.

Features
--------

[](#features)

- Categories management (frontend + backend).
- Content management (frontend + backend).
- Bundle is translated, see Resources/translations.

Requirements
------------

[](#requirements)

- Symfony2 with twig.
- Doctrine2, DoctrineExtension &amp; DoctrineFixtures.
- Highly recommended [FOSUserBundle](https://github.com/FriendsOfSymfony/FOSUserBundle) (please see the installation steps [here](https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/index.md)).
- Annotations for Controllers.
- jQuery + twitter bootstrap js.
- Twitter Bootstrap css file (or with the same styles).
- It is recommended to use this bundle with [SmirikAdminBundle](https://github.com/smirik/SmirikAdminBundle) which provides public assets (including twitter bootstrap &amp; jquery) + menu + core classes.

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

[](#installation)

- Add bundle to your `deps` file:

    ```
    [SmirikContentBundle]
      git=git://github.com/smirik/SmirikContentBundle.git
      target=/bundles/Smirik/ContentBundle

    ```
- Register the namespace in `autoload.php` (if you don't use other Smirik\* bundles):

    ```
    $loader->registerNamespaces(array(
        ...
        'Smirik'           => __DIR__.'/../vendor/bundles',
    ));

    ```
- Register bundle in your `AppKernel.php`:

    ```
    $bundles = array(
        ...
        new Smirik\ContentBundle\SmirikContentBundle(),
        ...
    );

    ```
- Add routes to `routing.yml`:

```
 SmirikContentBundle:
     resource: "@SmirikContentBundle/Controller/"
     type:     annotation
     prefix:   /

```

- Update database and load test fixtures to see admin functionality

    ```
    php app/console doctrine:schema:update --force
    php app/console doctrine:fixtures:load --append

    ```
- See test content at `http://host/admin/content/`
- Please check that `bootstrap.css` file is loaded.
- Enjoy!

Database schema
---------------

[](#database-schema)

License
-------

[](#license)

Academic.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 77.5% 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 ~49 days

Total

4

Last Release

4659d ago

Major Versions

v0.4.0 → v1.0.02013-08-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/4bc88d7ee5c99d608028e298afa0575ca2c59eafa36319833bc08dfe68df51e5?d=identicon)[smirik](/maintainers/smirik)

---

Top Contributors

[![smirik](https://avatars.githubusercontent.com/u/354907?v=4)](https://github.com/smirik "smirik (31 commits)")[![sorbing](https://avatars.githubusercontent.com/u/1755934?v=4)](https://github.com/sorbing "sorbing (8 commits)")[![abermek](https://avatars.githubusercontent.com/u/619276?v=4)](https://github.com/abermek "abermek (1 commits)")

---

Tags

contentcmslms42

### Embed Badge

![Health badge](/badges/lms42-content-bundle/health.svg)

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

###  Alternatives

[luyadev/luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

8086.9k2](/packages/luyadev-luya)[luyadev/luya-module-cms

The LUYA CMS module provides a full functional Content Management System for adding contents based on blocks.

32176.1k18](/packages/luyadev-luya-module-cms)[reinvanoyen/cmf

A flexible and extendable solution for all your content management needs

1025.5k](/packages/reinvanoyen-cmf)

PHPackages © 2026

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