PHPackages                             proklung/bitrix-containerable-boilerplate - 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. proklung/bitrix-containerable-boilerplate

ActiveBitrix[Framework](/categories/framework)

proklung/bitrix-containerable-boilerplate
=========================================

PHP boilerplate для работы с контейнерами Symfony в Битриксе

1.1.6(4y ago)2744MITPHPPHP &gt;=7.1 | ^8.0

Since Jul 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ProklUng/bitrix.containerable.boilerplate)[ Packagist](https://packagist.org/packages/proklung/bitrix-containerable-boilerplate)[ RSS](/packages/proklung-bitrix-containerable-boilerplate/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (5)Versions (18)Used By (4)

Boilerplate для работы с контейнерами Symfony в модулях Битрикс
===============================================================

[](#boilerplate-для-работы-с-контейнерами-symfony-в-модулях-битрикс)

***INTERNAL***

### Установка

[](#установка)

composer.json:

```
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/proklung/bitrix.containerable.boilerplate"
        }
    ]
```

```
composer require proklung/bitrix-containerable-boilerplate
```

### Прочее

[](#прочее)

#### Как загружать бандлы

[](#как-загружать-бандлы)

1. Из файла:

Конфигурационный файл как в Symfony:

```
return [
    Prokl\MyBundle\MyBundle::class => ['all' => true],
]
```

```
 $bundlesConfigFile = __DIR_. '../../config/bundles.php'

 //...
 // Важно - перед загрузкой сервисов!
  $loaderBundles = new LoaderBundles(
      static::$container,
      $this->environment
 );

 $loaderBundles->fromFile($bundlesConfigFile);
```

2. Из секции `bundles` целевого модуля:

```
 use Bitrix\Main\Config\Configuration;
 //...
 $this->config = Configuration::getInstance()->get('my.module') ?? ['my.module' => []];
 $this->bundles = $this->config['bundles'] ?? [];

 //...
 // Важно - перед загрузкой сервисов!
  $loaderBundles = new LoaderBundles(
      static::$container,
      $this->environment
 );

 $loaderBundles->fromArray($this->bundles);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

17

Last Release

1723d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9210c86ee6734e537eaf22c0f2fe7a965451e340e39e1aae2b74013f24c2660d?d=identicon)[gedovan](/maintainers/gedovan)

---

Top Contributors

[![ProklUng](https://avatars.githubusercontent.com/u/19857467?v=4)](https://github.com/ProklUng "ProklUng (17 commits)")

---

Tags

bitrixbitrix-symfonyphpphp7

### Embed Badge

![Health badge](/badges/proklung-bitrix-containerable-boilerplate/health.svg)

```
[![Health](https://phpackages.com/badges/proklung-bitrix-containerable-boilerplate/health.svg)](https://phpackages.com/packages/proklung-bitrix-containerable-boilerplate)
```

###  Alternatives

[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k235.4M9.6k](/packages/symfony-framework-bundle)[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)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)

PHPackages © 2026

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