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

ActiveLibrary

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 2mo ago

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

2804d 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

[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)[mmoreram/symfony-bundle-dependencies

Dependencies resolver for Symfony Bundles

57191.7k54](/packages/mmoreram-symfony-bundle-dependencies)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[symfony-bundles/bundle-dependency

Symfony BundleDependency Component

19135.9k7](/packages/symfony-bundles-bundle-dependency)

PHPackages © 2026

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