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

ActiveSymfony-bundle[Admin Panels](/categories/admin)

integrated/page-bundle
======================

Provides the possibility for the user to create pages on Integrated websites, and front-end editing when combined with the website-bundle

0.7(8y ago)01.3k1MITPHPPHP &gt;=5.4

Since Jul 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/integratedfordevelopers/integrated-page-bundle)[ Packagist](https://packagist.org/packages/integrated/page-bundle)[ Docs](http://www.integratedfordevelopers.com)[ RSS](/packages/integrated-page-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (14)Versions (24)Used By (1)

IntegratedPageBundle
====================

[](#integratedpagebundle)

This bundle provides page management

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

[](#requirements)

- See the require section in the composer.json

Features
--------

[](#features)

- Page management

Documentation
-------------

[](#documentation)

- [Integrated for developers website](http://www.integratedfordevelopers.com "Integrated for developers website")

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

[](#installation)

This bundle can be installed following these steps:

### Install using composer

[](#install-using-composer)

```
$ php composer.phar require integrated/page-bundle:~0.3

```

### Enable the bundle

[](#enable-the-bundle)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\PageBundle\IntegratedPageBundle()
        // ...
    );
}

```

### Import the routing

[](#import-the-routing)

```
# app/config/routing.yml
integrated_page:
    resource: @IntegratedPageBundle/Resources/config/routing.xml
    prefix: "/admin"

```

Using contentType pages
-----------------------

[](#using-contenttype-pages)

In order for contentType pages to work you need to define your controllers as services (examples can be found in Resources/config/controllers.xml).

In the service you then have to tag your controller as a contentType controller by adding the tag "integrated\_page". Furthermore the "class" attribute is required in this tag. By default the showAction will be called for the contentType controller, but you can also define one or more actions in the "controller\_actions" attribute.

some examples:

```

```

The contentType pages will automatically be created when you create or change a contentType or channel. Channels must be enabled for the contentType, otherwise no page will be created. With multiple channels a page per channel will be created.

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
LICENSE

```

Contributing
------------

[](#contributing)

Pull requests are welcome. Please see our [CONTRIBUTING guide](http://www.integratedfordevelopers.com/contributing "CONTRIBUTING guide").

About
-----

[](#about)

This bundle is part of the Integrated project. You can read more about this project on the [Integrated for developers](http://www.integratedfordevelopers.com "Integrated for developers") website.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.1% 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 ~85 days

Recently: every ~53 days

Total

9

Last Release

3177d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5710731?v=4)[Integrated Publishing Solutions](/maintainers/integrated)[@integrated](https://github.com/integrated)

---

Top Contributors

[![johanliefers](https://avatars.githubusercontent.com/u/12084685?v=4)](https://github.com/johanliefers "johanliefers (43 commits)")[![marijnotte](https://avatars.githubusercontent.com/u/6791447?v=4)](https://github.com/marijnotte "marijnotte (15 commits)")[![koenprins](https://avatars.githubusercontent.com/u/4244625?v=4)](https://github.com/koenprins "koenprins (8 commits)")[![pappi1987](https://avatars.githubusercontent.com/u/3527242?v=4)](https://github.com/pappi1987 "pappi1987 (3 commits)")[![jansanne](https://avatars.githubusercontent.com/u/1027048?v=4)](https://github.com/jansanne "jansanne (3 commits)")[![joenivl](https://avatars.githubusercontent.com/u/1433653?v=4)](https://github.com/joenivl "joenivl (2 commits)")[![MichaelJongman](https://avatars.githubusercontent.com/u/16837059?v=4)](https://github.com/MichaelJongman "MichaelJongman (2 commits)")[![johnnyborg](https://avatars.githubusercontent.com/u/9214245?v=4)](https://github.com/johnnyborg "johnnyborg (1 commits)")[![integratedforpublishers](https://avatars.githubusercontent.com/u/6708931?v=4)](https://github.com/integratedforpublishers "integratedforpublishers (1 commits)")

---

Tags

pageIntegrated

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[whitecube/nova-page

Static pages content management for Laravel Nova

23995.2k1](/packages/whitecube-nova-page)[optimistdigital/nova-page-manager

Page(s) and region(s) manager for Laravel Nova.

17988.5k](/packages/optimistdigital-nova-page-manager)[pumukit/pumukit

Media Portal

5714.0k37](/packages/pumukit-pumukit)[symfonyid/admin-bundle

Provide Admin Generator with KISS Principle

141.6k](/packages/symfonyid-admin-bundle)

PHPackages © 2026

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