Skip to content

Aropixel AdminThe open-source Symfony admin ecosystem

A developer-friendly back-office toolbox — CRUD generator, pages, blog and menus — built on your own FormTypes, not a black box.

Aropixel

See it in action

AropixelAdminBundle: a generated CRUD list with sorting, filtering and pagination
AdminBundle — a full CRUD, generated from your own FormType
AropixelPageBundle: dragging a block into place in the visual page builder
PageBundle — the visual, drag-and-drop page builder
AropixelBlogBundle: editing a blog post with SEO and scheduling fields
BlogBundle — posts, categories and scheduling
AropixelMenuBundle: reordering navigation links by drag-and-drop
MenuBundle — drag-and-drop navigation menus

Install the core bundle in under a minute

bash
composer require aropixel/admin-bundle
php bin/console aropixel:admin:create-user

Then add whichever companion bundles your project needs:

bash
composer require aropixel/page-bundle   # visual page builder
composer require aropixel/blog-bundle   # posts & categories
composer require aropixel/menu-bundle   # navigation menus

Prefer scaffolding a brand-new project with Docker, Clever Cloud config and every bundle pre-wired? Use Castor Starter →

Built for Symfony, all the way

  • PHP 8.2+ / Symfony 6.4 & 7.x across the whole ecosystem
  • MIT licensed — every repository, no exceptions
  • i18n out of the box — French, English, German, Spanish, Italian and Czech
  • Modular by design — install only the bundles you need, extend entities and forms freely
  • Actively maintained by Aropixel, a French Symfony agency

Released under the MIT License.