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

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

survos/admin-bundle
===================

Registry-driven Survos admin/workbench shell built on Tabler

2.7.23(yesterday)03↑2900%MITTwigPHP ^8.4

Since Jun 8Pushed yesterdayCompare

[ Source](https://github.com/survos/admin-bundle)[ Packagist](https://packagist.org/packages/survos/admin-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-admin-bundle/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (9)Versions (4)Used By (0)

Survos Admin Bundle
===================

[](#survos-admin-bundle)

`survos/admin-bundle` is the registry-driven admin/workbench shell for Survos applications.

It is intentionally not a CRUD generator and does not depend on EasyAdmin. It provides an explicit admin context, Tabler-based layout, and contribution contracts that Survos ecosystem bundles can use to expose their registries and tools in one consistent UI.

Goals
-----

[](#goals)

- Provide a dedicated admin UI separate from the public application UI.
- Use Tabler for layout and navigation.
- Let Survos bundles contribute admin sections from compiler-pass registries.
- Keep bundle routes normal Symfony routes with stable names and no EasyAdmin route prefixing.
- Prefer read-only registry/workbench pages by default; opt into mutation explicitly.

Core Concepts
-------------

[](#core-concepts)

Bundles contribute admin UI through `AdminContributorInterface` services. A contributor returns one or more `AdminSection` objects. Sections can expose links, cards, counts, descriptions, and grouping metadata.

Initial section groups are intentionally broad:

- Entities
- Search
- Workflows
- AI
- Data
- System

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

[](#installation)

```
composer require survos/admin-bundle
```

Enable the bundle if Flex does not do it automatically:

```
Survos\AdminBundle\SurvosAdminBundle::class => ['all' => true],
```

The default dashboard route is `/admin`.

Status
------

[](#status)

This package is the replacement direction for Survos ecosystem admin pages that previously used EasyAdmin for navigation and shell behavior.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance100

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b39551f92ed4143772c622f9e571589c5a72c96ab3c53fe67489ce0d83e806?d=identicon)[tacman1123](/maintainers/tacman1123)

---

Top Contributors

[![tacman](https://avatars.githubusercontent.com/u/619585?v=4)](https://github.com/tacman "tacman (2 commits)")

---

Tags

symfonyadmintablersurvos

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M370](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M195](/packages/sulu-sulu)

PHPackages © 2026

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