PHPackages                             agoat/contao-postsnpages - 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. agoat/contao-postsnpages

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

agoat/contao-postsnpages
========================

Contao 4 Posts'n'pages

1.7.1(5y ago)1125[4 issues](https://github.com/agoat/contao-postsnpages-bundle/issues)LGPL-3.0+PHPPHP ^7.2CI failing

Since Nov 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/agoat/contao-postsnpages-bundle)[ Packagist](https://packagist.org/packages/agoat/contao-postsnpages)[ RSS](/packages/agoat-contao-postsnpages/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (3)Versions (26)Used By (0)

Posts'n'Pages for Contao 4
==========================

[](#postsnpages-for-contao-4)

[![Version](https://camo.githubusercontent.com/a073fe14519a86a72560b6853d5465720ece45956c24488d219643c737600a76/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61676f61742f636f6e74616f2d706f7374736e70616765732e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/agoat/contao-postsnpages)[![License](https://camo.githubusercontent.com/d8e304e33f782e3db1b745a5ea9d4fb8d344e35053af576431ecea4937668b48/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61676f61742f636f6e74616f2d706f7374736e70616765732e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/agoat/contao-postsnpages)[![Downloads](https://camo.githubusercontent.com/c2c23d394a3dea3bd5c62ae1c640f49f1e653c666f0079701b7dc8ac87270fa3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61676f61742f636f6e74616f2d706f7374736e70616765732e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/agoat/contao-postsnpages)

About
-----

[](#about)

An alternative structure to manage content in contao - similar to Wordpress but with a more comprehensive approach. It's based on the idea that a website basically contains 3 types of content:

#### Post content

[](#post-content)

Content that refers to an article or topic (which is typical for blogs), which can be called under a separate url, but which are also listed in an overview within a page (usually as a teaser).

#### Page content

[](#page-content)

Content that refers to a single page and which is only available on this page (like team pages, contact pages).

#### Static content

[](#static-content)

Content that is integrated as a module in the page layout and which can be seen on several or all pages (like footers or copyright informations).

Notice
------

[](#notice)

If installed into an existing project, all page articles will disappear (they still exists in the database). A automatic migration of the page articles to the new page containers will be implemented in a future version.

Install
-------

[](#install)

### Contao manager

[](#contao-manager)

Search for the package and install it

```
agoat/contao-postsnpages
```

### Managed edition

[](#managed-edition)

Add the package

```
# Using the composer
composer require agoat/contao-postsnpages
```

Registration and configuration is done by the manager-plugin automatically.

### Standard edition

[](#standard-edition)

Add the package

```
# Using the composer
composer require agoat/contao-postsnpages
```

Register the bundle in the AppKernel

```
# app/AppKernel.php
class AppKernel
{
    // ...
    public function registerBundles()
    {
        $bundles = [
            // ...
            // after Contao\CoreBundle\ContaoCoreBundle
            new Agoat\PostsnPagesBundle\AgoatPostsnPagesBundle(),
        ];
    }
}
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~265 days

Total

25

Last Release

1931d ago

PHP version history (3 changes)1.0.0-beta1PHP &gt;=7.0

1.0.0PHP ^7.0

1.7.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/997c86a9469c2c980383535f7da7aa11a81e083249fc3af9ed2a13150b5ce731?d=identicon)[aGoat](/maintainers/aGoat)

---

Top Contributors

[![agoat](https://avatars.githubusercontent.com/u/1402434?v=4)](https://github.com/agoat "agoat (27 commits)")

---

Tags

contaocontent-managementpage-articlespagespostsplugincontentcmscontaopagesmanagementpostscontao-bundlecontao4

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/agoat-contao-postsnpages/health.svg)

```
[![Health](https://phpackages.com/badges/agoat-contao-postsnpages/health.svg)](https://phpackages.com/packages/agoat-contao-postsnpages)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29734.8k](/packages/sulu-skeleton)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M68](/packages/contao-manager-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k55](/packages/open-dxp-opendxp)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[contao-community-alliance/dc-general

Universal data container for Contao

1579.5k90](/packages/contao-community-alliance-dc-general)

PHPackages © 2026

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