PHPackages                             elvandar/kazetenn-pages - 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. elvandar/kazetenn-pages

ActiveSymfony-bundle

elvandar/kazetenn-pages
=======================

A page handling bundle for symfony. Part of the Kazetenn project

1.0.2(3y ago)02MITPHPPHP 8.1.\*

Since Feb 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Elvandarysalys/kazetenn-pages)[ Packagist](https://packagist.org/packages/elvandar/kazetenn-pages)[ RSS](/packages/elvandar-kazetenn-pages/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (50)Versions (5)Used By (0)

kazetenn-pages
==============

[](#kazetenn-pages)

Description
-----------

[](#description)

Kazetenn Pages is a symfony bundle that allow you to handle basic pages programatically.

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

[](#installation)

You can use

`composer require elvandar/kazetennpages`

to install the bundle.

you will also need to configure `stof/doctrineextensionsbundle`:

in `config/packages/stof_doctrine_extensions.yaml`

```
stof_doctrine_extensions:
    orm:
        your_orm:
            timestampable: true
```

Usage
-----

[](#usage)

The bundle provides a simple data model to handle the programatical creation of pages and some routes and views to display those pages.

### configuration:

[](#configuration)

To use the routes provided by the bundle, you will have to add the following line to `config/routes.yaml`:

```
kazetenn_pages:
  resource: "@KazetennPages/Resources/config/routes.yaml"
```

in `config/packages/kazetenn-pages.yaml`:

```
kazetenn_pages:
    blog_url: ""
```

by default there is no prefix in front the diplay route, however, using this config you can add one.

### the data model

[](#the-data-model)

the budle articulates around 2 entities:

##### Page

[](#page)

which represent a page to display

in a page, you can define:

- a title
- a slug
- a parent
- a list of content

this will be used to handle the page display and url

if the page have no parent, her url will be:

`/{blog_url}/{slug}`

if the page have a parent, her url will be:

`/{blog_url}/{parent_slug}/{slug}`

##### PageContent

[](#pagecontent)

which handle the content of a page.

in a pageContent, you will can define:

- a content
- a template
- a parent
- an order
- a align (vertical or horizontal)
- a list of content

The content is a text/html. It will always be rendered using the `raw` twig function.

The template allows you to define a twig template to personalize the rendering of the content without storing html in the database.

A pageContent can reference multiple other pageContent (childs). Using the align property, you can define the way a content's childs will be rendered. Using this, you can easilly create a grid of content, allowing you to easily order you content. To ease this, a pageContent's content property can be null, allowing you to create an ordering pageContent.

Finally, the order property allow you to choose the rendering order of a pageContent between him and same level contents.

License
-------

[](#license)

The pages bundle is under MIT liscence

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1188d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7222a363a323c578bce351640a7062fba7c69d56d62bdbc93bc1f849671eb76c?d=identicon)[Elvandar](/maintainers/Elvandar)

---

Top Contributors

[![Elvandarysalys](https://avatars.githubusercontent.com/u/34376241?v=4)](https://github.com/Elvandarysalys "Elvandarysalys (10 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/elvandar-kazetenn-pages/health.svg)

```
[![Health](https://phpackages.com/badges/elvandar-kazetenn-pages/health.svg)](https://phpackages.com/packages/elvandar-kazetenn-pages)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[forumify/forumify-platform

121.8k11](/packages/forumify-forumify-platform)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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