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

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

aropixel/page-bundle
====================

Gestion de page pour admin Aropixel

v2.0.11(4y ago)15.9k↓42.2%1[2 issues](https://github.com/aropixel/page-bundle/issues)MITJavaScript

Since Jun 12Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/aropixel/page-bundle)[ Packagist](https://packagist.org/packages/aropixel/page-bundle)[ RSS](/packages/aropixel-page-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (1)Versions (39)Used By (0)

 [ ![Aropixel logo](https://avatars1.githubusercontent.com/u/14820816?s=200&v=4) ](http://www.aropixel.com/)

Aropixel Page Bundle
====================

[](#aropixel-page-bundle)

 A page management module for Symfony, built as a companion to [Aropixel Admin Bundle](https://github.com/aropixel/admin-bundle).

 [![Last commit](https://camo.githubusercontent.com/85edbbc1d513794b468ae730b9b4a4be67f4b900a1308514af50b1e8fdd73163/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f61726f706978656c2f706167652d62756e646c652e737667)](https://camo.githubusercontent.com/85edbbc1d513794b468ae730b9b4a4be67f4b900a1308514af50b1e8fdd73163/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f61726f706978656c2f706167652d62756e646c652e737667) [![Issues](https://camo.githubusercontent.com/427592769082167ec412a777f5ffdfb73feedb761f67ce36e4b3353ab3dba8b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f61726f706978656c2f706167652d62756e646c652e737667)](https://github.com/aropixel/page-bundle/issues) [![License](https://camo.githubusercontent.com/80423acc8900cb941e248e482660fa4f191ab64684c9856ca6d447afad295c69/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f61726f706978656c2f706167652d62756e646c652e737667)](LICENSE)

---

Features
--------

[](#features)

- **Three page types**: standard HTML (CKEditor), visual page builder (JSON → pre-rendered HTML), and structured JSON forms
- **Visual page builder** — block-based drag-and-drop editor with sections, rows, columns, text, images, buttons, titles, and more; HTML is pre-rendered at save time so front-end display is zero-cost
- **Custom block types** — extend the page builder with your own blocks via a simple JS + YAML registration
- **Fixed / protected pages** — declare non-deletable system pages (homepage, contact…) with a static code for reliable lookups
- **Multilingual** — full i18n support via Gedmo Translatable; per-locale slugs, content, and pre-rendered HTML. Interface available in French, English, German, Spanish, Italian and Czech.
- **SEO fields** — meta title, meta description, and slug per locale
- **Publication scheduling** — online/offline status with optional date range
- **`PageSavedEvent`** — dispatched after every page builder save; use it to invalidate Varnish, CDN, Redis, or any cache layer

---

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

[](#requirements)

- PHP 8.2+
- Symfony 6.4 or 7.x
- `aropixel/admin-bundle` installed and configured

---

Quick start
-----------

[](#quick-start)

```
composer require aropixel/page-bundle
```

Import the routes in `config/routes.yaml`:

```
aropixel_page:
    resource: "@AropixelPageBundle/src/Resources/config/routes.yaml"
    prefix: /admin/page
```

Run migrations:

```
php bin/console make:migration
php bin/console doctrine:migrations:migrate
```

See the [full installation guide](doc/installation.md) for entity extension, Doctrine mapping, and bundle configuration.

---

Page types
----------

[](#page-types)

TypeStorageUse case`TYPE_DEFAULT``htmlContent`Simple pages edited via CKEditor`TYPE_CUSTOM``jsonContent` + `htmlContent` (pre-rendered)Visual page builderCustom JSON`jsonContent`Structured forms with named fields (e.g. contact page with phone/address)For `TYPE_CUSTOM`, the page builder JSON payload is rendered to HTML at **save time** and stored in `htmlContent`. Front-end display is a simple `{{ page.htmlContent|raw }}` — no rendering overhead per request.

---

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

[](#documentation)

- [Installation](doc/installation.md)
- [Usage and page types](doc/usage.md) — page builder config, fixed pages, front-end rendering, events
- [Custom block types](doc/custom-blocks.md)
- [Entity customization](doc/entities.md)

---

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

[](#contributing)

### JavaScript assets

[](#javascript-assets)

The JavaScript source lives in `assets/`. The `src/Resources/public/js/` directory is generated from it for Webpack Encore compatibility and must be kept in sync.

After any change to files in `assets/`, run:

```
npm run build
```

Then commit both `assets/` and `src/Resources/public/js/` together. Pull requests that modify `assets/` without rebuilding will be rejected by CI.

---

License
-------

[](#license)

Aropixel Page Bundle is released under the [MIT License](LICENSE).

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 77.3% 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 ~99 days

Recently: every ~462 days

Total

26

Last Release

84d ago

Major Versions

v0.1.2 → v1.0.02019-10-25

1.1.x-dev → v2.0.02020-08-10

v2.0.11 → v3.0.0-alpha12026-04-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4610384?v=4)[Joël Gomez Caballe](/maintainers/kbyjoel)[@kbyjoel](https://github.com/kbyjoel)

---

Top Contributors

[![davidroberto](https://avatars.githubusercontent.com/u/12612695?v=4)](https://github.com/davidroberto "davidroberto (17 commits)")[![kbyjoel](https://avatars.githubusercontent.com/u/4610384?v=4)](https://github.com/kbyjoel "kbyjoel (3 commits)")[![green-onions](https://avatars.githubusercontent.com/u/61194210?v=4)](https://github.com/green-onions "green-onions (2 commits)")

---

Tags

aropixel page bundle

### Embed Badge

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

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

PHPackages © 2026

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