aropixel/admin-bundle

Admin Aropixel

Maintainers

Package info

github.com/aropixel/admin-bundle

Language:JavaScript

Type:symfony-bundle

pkg:composer/aropixel/admin-bundle

Statistics

Installs: 6 569

Dependents: 4

Suggesters: 0

Stars: 3

Open Issues: 1

v3.0.0-alpha1 2026-04-09 11:11 UTC

README

aropixel logo

Presentation

The AropixelAdminBundle is a developer-friendly streamlined administration framework for Symfony applications. It is a designed to provide essential tools and a solid foundation without getting in the developer's way. It provides the framework and tools to build an admin interface quickly while ensuring you retain full control over your code.

As a facilitator, it helps automate repetitive CRUD tasks through a custom make:crud generator that starts from your own FormType.

Our suite of tools consists of several modules, each dedicated to specific aspects of website administration:

  • AdminBundle: Facilitates the publication and management of news, with advanced features such as publication scheduling and category management.

  • BlogBundle: Allows the construction of a custom administration interface tailored to the specific needs of the project. It also enables user management and adjustment of permissions according to defined profiles.

  • PageBundle: Offers the ability to intuitively create, modify, move, or delete pages and subpages, allowing for an evolving site structure.

  • MenuBundle: Provides a comprehensive system for managing website navigation menus, including nested structures and different locations (header, footer, etc.).

[NOTE]
AropixelAdminBundle is optimized to work with Symfony 6/7 and PHP 8.2 and above.
Using it with earlier versions is highly likely to cause errors or incompatibilities.

Key Features

  • Easy Installation and Configuration:

Seamless Integration: Easily integrates with Symfony projects, ensuring a smooth setup process.
Pre-configured Settings: Out-of-the-box settings that can be customized to fit specific project requirements.

  • User Management:

Admin User CRUD: Full create, read, update, and delete functionality for managing admin users.
Role-Based Access Control: Define and manage user roles and permissions to restrict access to specific sections of the admin panel.

  • Content Management:

News Management: Customizable administration interface for managing blog posts, news, and categories. Customizable administration interface for managing blog posts, comments, and categories

  • Page Management:

Intuitive Page Editor: Create, modify, move, and delete pages and subpages with a simple interface.

  • Menu Management:

Header and Footer Management: Easily manage and organize the site’s navigation menus, including headers and footers.
Dynamic Menu Links: Add, edit, and rearrange menu links to reflect the site’s structure and content priorities.

  • Extensibility:

Modular Architecture: Each feature is encapsulated in a module, making it easy to extend or replace functionality.
Customizable Workflows: Tailor the admin interface and workflows to meet the specific needs of different projects.

  • Miscellaneous:

Multi-language Support: Easily add multiple languages to the admin panel to cater to a global audience.

Further documentation

Getting Started

Tools & Generators

Forms & Templates

Customization