PHPackages                             netbrothers-gmbh/nbcsb-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. netbrothers-gmbh/nbcsb-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

netbrothers-gmbh/nbcsb-bundle
=============================

Creating skeleton structure for symfony bundle with one single command. Creates directory structure and necessary files, activates your bundle. See: https://netbrothers.de/easy-create-reusable-symfony-bundle

v3.0.0(1y ago)41.7kMITPHPPHP &gt;=8.1

Since Jan 13Pushed 1y ago2 watchersCompare

[ Source](https://github.com/netbrothers-gmbh/nbcsb-bundle)[ Packagist](https://packagist.org/packages/netbrothers-gmbh/nbcsb-bundle)[ Docs](https://github.com/netbrothers-gmbh/nbcsb-bundle)[ RSS](/packages/netbrothers-gmbh-nbcsb-bundle/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

NetBrothers Create Symfony Bundle
=================================

[](#netbrothers-create-symfony-bundle)

This is a command line tool for creating skeleton structure for symfony bundle:

- creates directory structure and necessary files under `src/`
- activates your new bundle in symfony's `bundle.php`

The namespace of your bundle will be `App\[YourBundleName]`.

[![structure](./src/Resources/doc/images/structure.png)](./src/Resources/doc/images/structure.png)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
composer require netbrothers-gmbh/nbcsb-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require netbrothers-gmbh/nbcsb-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    NetBrothers\NbCsbBundle\NetBrothersNbCsbBundle::class => ['all' => true],
];
```

Usage
=====

[](#usage)

Open a command console, enter your project directory and execute the following command:

```
php bin/console netbrothers:make-bundle [YourBundleName]
```

Be aware to name your bundle with "Bundle" - like [symfony demand](https://symfony.com/doc/current/bundles/best_practices.html).

```
# this is wrong !!!
php bin/console netbrothers:make-bundle Apple

# this is correct
php bin/console netbrothers:make-bundle AppleBundle
```

Configuration
=============

[](#configuration)

If you prefer to change templates:

- Find under `installation/templates` basic templates. Copy them to any place you like.
- Copy `installation/config/packages/netbrothers_nbcsb.yaml` to symfony's config path
- Insert into `netbrothers_nbcsb.yaml` your template path.
- Clear symfony's cache.

Author
======

[](#author)

[Stefan Wessel, NetBrothers GmbH](https://netbrothers.de)

[![nb.logo](https://camo.githubusercontent.com/15f2d95c9afe46f4bf078f912ae2241f4e18e060a94ebb3fbc8aed45d9f12b09/68747470733a2f2f6e657462726f74686572732e64652f77702d636f6e74656e742f75706c6f6164732f323032302f31322f6e657462726f74686572735f6c6f676f2e706e67)](https://netbrothers.de)

Licence
=======

[](#licence)

MIT

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

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

Total

5

Last Release

719d ago

Major Versions

0.0.1 → 1.0.02022-11-15

1.0.0 → 2.0.02023-07-12

v2.0.1 → v3.0.02024-05-23

PHP version history (3 changes)0.0.1PHP &gt;=7.2.5

1.0.0PHP &gt;=8.1.0

2.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b978ff9166a8511f29c075766eb124d3b47b6963efbc0babd811104b4eda0c8?d=identicon)[netbrothers](/maintainers/netbrothers)

---

Top Contributors

[![netbrothers-sw](https://avatars.githubusercontent.com/u/9692134?v=4)](https://github.com/netbrothers-sw "netbrothers-sw (23 commits)")

---

Tags

symfonybundlehelpersymfony command line

### Embed Badge

![Health badge](/badges/netbrothers-gmbh-nbcsb-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/netbrothers-gmbh-nbcsb-bundle/health.svg)](https://phpackages.com/packages/netbrothers-gmbh-nbcsb-bundle)
```

###  Alternatives

[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)

PHPackages © 2026

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