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

ActiveLibrary[Admin Panels](/categories/admin)

yottacms/yotta-admin-bundle
===========================

Yotta admin bundle

v0.1.17(7y ago)058MITPHPPHP &gt;=7.1

Since Oct 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/yottacms/yotta-admin-bundle)[ Packagist](https://packagist.org/packages/yottacms/yotta-admin-bundle)[ RSS](/packages/yottacms-yotta-admin-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (12)Versions (19)Used By (0)

YottaCMS admin
==============

[](#yottacms-admin)

Скелет панели администратора

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

[](#installation)

```
composer require yottacms/yotta-admin-bundle
```

```
// app/AppKernel.php
use YottaCms\Framework\Component\HttpKernel\Kernel;
// ...

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            \YottaCms\Bundle\YottaAdminBundle\YottaAdminBundle::class
        );
        // ...
        return $this->preloadBundles($bundles);
    }
    // ...
}
```

```
# app/config/routing.yml
# ...
yotta_admin:
    resource: '@YottaAdminBundle/Resources/config/routing.yml'
```

```
# and one more thing...
php bin/console assets:install
```

Default configuration
---------------------

[](#default-configuration)

```
# app/config/config.yml
# ...
yotta_admin:
    enabled: true
    templating:
        use_react_library: true # automatic insert js libraries for React in output html
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~19 days

Recently: every ~54 days

Total

18

Last Release

2807d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fe87a363f90be83c29cd477837f8b6fda65876ba5b848c661438a5b801e37e2?d=identicon)[yottacms](/maintainers/yottacms)

---

Top Contributors

[![dirmax](https://avatars.githubusercontent.com/u/69081?v=4)](https://github.com/dirmax "dirmax (24 commits)")

---

Tags

symfonybundledependenciesyottacms

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sonata-project/admin-bundle

The missing Symfony Admin Generator

2.1k19.0M299](/packages/sonata-project-admin-bundle)[arkounay/quick-admin-generator-bundle

QAG is a bundle that generates cruds admin for Symfony applications using Doctrine.

2510.4k](/packages/arkounay-quick-admin-generator-bundle)[wandi/easyadmin-plus-bundle

Wandi/EasyAdminPlusBundle

3926.1k](/packages/wandi-easyadmin-plus-bundle)

PHPackages © 2026

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