PHPackages                             ikimea/page-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. ikimea/page-bundle

AbandonedArchivedSymfony-bundle

ikimea/page-bundle
==================

A simple CMS system for Symfony 2

1371PHP

Since Sep 2Pushed 11y agoCompare

[ Source](https://github.com/Ikimea/IkimeaPageBundle)[ Packagist](https://packagist.org/packages/ikimea/page-bundle)[ RSS](/packages/ikimea-page-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

THIS PROJECT IS NO LONGER MAINTAINED by Ikimea

Quick Installation
------------------

[](#quick-installation)

```
$ composer require ikimea/page-bundle "dev-master"
```

### Add bundle to your application kernel

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Ikimea\PageBundle\IkimeaPageBundle(),
        new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
        new Ivory\CKEditorBundle\IvoryCKEditorBundle(),
        // ...
    );
}
```

Register the routing definition in app/config/routing.yml:

```
# app/config/routing.yml

IkimeaPageBundle:
    resource: "@IkimeaPageBundle/Resources/config/routing.yml"
    prefix:   /

fos_js_routing:
    resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"
```

### Usage

[](#usage)

Add lines in your layout:

&lt;script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"&gt;&lt;/script&gt; &lt;script src="{{ path('fos\_js\_routing\_js', {"callback": "fos.Router.setData"}) }}"&gt;&lt;/script&gt; {% include 'IkimeaPageBundle:Default:css.html.twig' %} {% include 'IkimeaPageBundle:Default:toolbar.html.twig' %} {% include 'IkimeaPageBundle:Default:js.html.twig' %}

### Install assets

[](#install-assets)

```
$ php app/console assets:install web --symlink
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

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/3b4fbb9fd1f3aa1600914d69f9f2d6c779e9050848af8de91f55066bf1d6b003?d=identicon)[mmbechezi](/maintainers/mmbechezi)

![](https://www.gravatar.com/avatar/328b26fbb3f643c81842439d92148caab78f359eaf7e33b05f4d7f4ad8c27e6f?d=identicon)[Shine-neko](/maintainers/Shine-neko)

---

Top Contributors

[![amenophis](https://avatars.githubusercontent.com/u/2158235?v=4)](https://github.com/amenophis "amenophis (2 commits)")

### Embed Badge

![Health badge](/badges/ikimea-page-bundle/health.svg)

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

PHPackages © 2026

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