PHPackages                             rofil/simple-content - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rofil/simple-content

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

rofil/simple-content
====================

The simple Content Package

07PHP

Since Sep 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/rhsitorus/simple-content)[ Packagist](https://packagist.org/packages/rofil/simple-content)[ RSS](/packages/rofil-simple-content/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Content
==============

[](#simple-content)

This for website with simple content

\##Installation Add `"rofil/simple-content": "dev-master"` into composer.json as follows

```
...
    "requires": {
        ...
        "rofil/simple-content": "dev-master"
        ...
    }
...

```

and update by running `composer update`\##Register Register the bundle in app/AppKernel.php as follow:

```
...
    new Rofil\Simple\ContentBundle\RofilSimpleContentBundle(),
...

```

\##Routing Update routing.yml|xml by addin following code:

```
...
rofil_simple_content:
    resource: "@RofilSimpleContentBundle/Controller/"
    type:     annotation
    prefix:   /
...

```

\##Update Database schema Update database schema by running symfony command `php app/console doctrine:schema:update --force`\##Security Adding access control in security.yml as follows:

```
...
    access_control:
        ...
        - { path: ^/manage/information, roles: ROLE_MANAGER }
        - { path: ^/manage/news, roles: ROLE_MANAGER }
        ...
...

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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/0c0fb9ddfdf07bf3d17519455862aeb200b25e2c83dff35ef4e50e394af6ddf3?d=identicon)[rhsitorus](/maintainers/rhsitorus)

---

Top Contributors

[![rhsitorus](https://avatars.githubusercontent.com/u/7325894?v=4)](https://github.com/rhsitorus "rhsitorus (6 commits)")

### Embed Badge

![Health badge](/badges/rofil-simple-content/health.svg)

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

###  Alternatives

[letudiant/composer-shared-package-plugin

This composer plugin allows you to share selected packages between your projects with symlinks.

16450.9k1](/packages/letudiant-composer-shared-package-plugin)[tpoxa/shortcodes

Wordpress style shorttags support for Yii2

2313.5k](/packages/tpoxa-shortcodes)

PHPackages © 2026

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