PHPackages                             yottacms/framework - 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. [Framework](/categories/framework)
4. /
5. yottacms/framework

ActiveLibrary[Framework](/categories/framework)

yottacms/framework
==================

Basic framework for Yotta.CMS

v0.1.5(6y ago)02532MITPHPPHP &gt;=7.2CI failing

Since Sep 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/yottacms/framework)[ Packagist](https://packagist.org/packages/yottacms/framework)[ RSS](/packages/yottacms-framework/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (4)Versions (11)Used By (2)

Yotta.CMS Framework Components for Symfony
==========================================

[](#yottacms-framework-components-for-symfony)

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

[](#installation)

```
composer require yottacms/framework
```

Usage
-----

[](#usage)

Рекурсивная разгрузка зависимых бандлов

```
// src/Kernel.php in Symfony >= v4
use YottaCms\Framework\Component\HttpKernel\PreloadBundlesKernelTrait;
// ...

class Kernel extends BaseKernel
{
    use MicroKernelTrait, PreloadBundlesKernelTrait;

    // remove or rename default "registerBundles" method (it will be replaced by PreloadBundlesKernelTrait)
    public function registerBundlesDisabled()
    {
        $contents = require $this->getProjectDir().'/config/bundles.php';
        foreach ($contents as $class => $envs) {
            if (isset($envs['all']) || isset($envs[$this->environment])) {
                yield new $class();
            }
        }
    }

    // ...
}

// YourBundle.php
namespace YourBundleNS;
use Symfony\Component\HttpKernel\Bundle\Bundle;
// ...

class YourBundle extends Bundle
{
    public function registerBundles()
    {
        return [
            \Symfony\Cmf\Bundle\RoutingBundle\CmfRoutingBundle::class => ['all' => true],   // @example
        ];
    }
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

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

Recently: every ~187 days

Total

10

Last Release

2310d ago

PHP version history (3 changes)v0.0.1PHP 7.\*

v0.1.2PHP ^7.1

v0.1.4PHP &gt;=7.2

### 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 (12 commits)")

---

Tags

frameworksymfonyyottacmssymfonyframeworkdependenciesyottacms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yottacms-framework/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[dragon-code/support

Support package is a collection of helpers and tools for any project.

238.7M101](/packages/dragon-code-support)[gnugat/micro-framework-bundle

Symfony Micro Framework Bundle

3710.6k1](/packages/gnugat-micro-framework-bundle)[bartacus/bartacus-bundle

Integrates the Symfony full-stack framework into TYPO3

1346.3k3](/packages/bartacus-bartacus-bundle)

PHPackages © 2026

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