PHPackages                             infinity-admin/symfony-admin-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. infinity-admin/symfony-admin-bundle

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

infinity-admin/symfony-admin-bundle
===================================

An experimental Symfony admin bundle

01CSS

Since Sep 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/InfinityAdminOrg/SymfonyAdminBundle)[ Packagist](https://packagist.org/packages/infinity-admin/symfony-admin-bundle)[ RSS](/packages/infinity-admin-symfony-admin-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SymfonyAdminBundle
==================

[](#symfonyadminbundle)

A modern symfony admin interface based on bootstrap and htmx.

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
composer require infinity-admin/symfony-admin-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require infinity-admin/symfony-admin-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Infinity\InfinityBundle::class => ['all' => true],
];
```

Run `composer require infinity-admin/symfony-admin-bundle`

Import routes
-------------

[](#import-routes)

Import required routes in your `config/routes.yaml` (or equivalent) like so:

```
infinity:
    resource:
        path: '@InfinityBundle/src/Controller'
        namespace: Infinity\Controller
    type: attribute
```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0642c17604cd51622ad504c999eb75ba78e5768bfa998eaa2922366fc90f0302?d=identicon)[pkly](/maintainers/pkly)

---

Top Contributors

[![pkly](https://avatars.githubusercontent.com/u/17160364?v=4)](https://github.com/pkly "pkly (18 commits)")

### Embed Badge

![Health badge](/badges/infinity-admin-symfony-admin-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/infinity-admin-symfony-admin-bundle/health.svg)](https://phpackages.com/packages/infinity-admin-symfony-admin-bundle)
```

PHPackages © 2026

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