PHPackages                             vegas0250/blackcap-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. vegas0250/blackcap-bundle

ActiveSymfony-bundle

vegas0250/blackcap-bundle
=========================

Tree-like modular architecture in the style of a bundle approach

v1.1.9(10mo ago)015MITPHPPHP &gt;=7.4

Since Jun 9Pushed 10mo agoCompare

[ Source](https://github.com/vegas0250/BlackcapBundle)[ Packagist](https://packagist.org/packages/vegas0250/blackcap-bundle)[ RSS](/packages/vegas0250-blackcap-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (13)Used By (0)

BlackcapBundle
==============

[](#blackcapbundle)

🇺🇸 English | [🇷🇺 Русский](README.ru.md)

A tree-like modular architecture in the style of the bundle approach

(in development)

### What is it?

[](#what-is-it)

This is a structure with a hierarchy of modules, each of which has the structure of a Symfony Bundle, but is not registered as a full-fledged bundle, but is integrated into the project via the blackcap:compile command.

They:

- Are located in app/,
- Can include each other recursively (nested modules),
- services.yaml, routes.yaml, twig-paths, psr-4, etc. are automatically registered in the main project.

That is, a recursively pluggable modular architecture with elements of the bundle structure, but with custom registration logic.

Even simpler, each module is a mini-"symfony project" with arbitrary nesting and registered key folders such as:

- /assets
- /config
- /public
- /src
- /templates
- /translations
- /tests

The console integration command reads all folders that are registered in the module hierarchy and simply integrates everything into the basic symfony project using configuration and writing psr-4 in composer.json.

### Folder structure and naming

[](#folder-structure-and-naming)

```
├── app
│   ├── migrations
│   ├── public
│   ├── src
│   │   ├── Controller
│   │   │   └── DefaultController.php
│   │   ├── Entity
│   │   ├── Repository
│   │   └── Kernel.php
│   ├── templates
│   │   ├── layouts
│   │   │   └── base.html.twig
│   │   └── pages
│   │   └── default
│   │   └── index.html.twig
│   └── translations
├──bin
│   ├── console
│   └── phpunit
├──config
│   ├── bundles.php
│   ├── packages
│   │   ├── cache.yaml
│   │   ├── debug.yaml
│   │   ├── doctrine_migrations.yaml
│   │   ├── doctrine.yaml
│   │   ├── framework.yaml
│   │   ├── mailer.yaml
│   │   ├── messenger.yaml
│   │   ├── monolog.yaml
│   │   ├── notifier.yaml
│   │   ├── routing.yaml
│   │   ├── security.yaml
│   │   ├── translation.yaml
│   │   ├── twig.yaml
│   │   ├── validator.yaml
│   │   └── web_profiler.yaml
│   ├── preload.php
│   ├── routes
│   │   ├── annotations.yaml
│   │   ├── framework.yaml
│   │   └── web_profiler.yaml
│   ├── routes.yaml
│   └── services.yaml
├── public
│   └── index.php
├── var
├── vendor
├── phpunit.xml.dist
├── composer.json
├── composer.lock
└── symfony.lock

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance58

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Total

12

Last Release

301d ago

PHP version history (2 changes)v1.0.0PHP &gt;=8.1

v1.1.0PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/d49ac80505702f314b31752c7a06be39da08faab7ff4ca4efad89c0fe5c66998?d=identicon)[vegas0250](/maintainers/vegas0250)

---

Top Contributors

[![vegas0250](https://avatars.githubusercontent.com/u/4919079?v=4)](https://github.com/vegas0250 "vegas0250 (10 commits)")

### Embed Badge

![Health badge](/badges/vegas0250-blackcap-bundle/health.svg)

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

PHPackages © 2026

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