PHPackages                             dktaylor/bundle-generator-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. dktaylor/bundle-generator-bundle

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

dktaylor/bundle-generator-bundle
================================

A Symfony bundle to help generate Symfony bundles

v0.1.1(1y ago)01MITPHPPHP ^8.3

Since May 28Pushed 3mo agoCompare

[ Source](https://github.com/dktaylor/bundle-generator-bundle)[ Packagist](https://packagist.org/packages/dktaylor/bundle-generator-bundle)[ RSS](/packages/dktaylor-bundle-generator-bundle/feed)WikiDiscussions main Synced today

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

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
```

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
```

### 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 [
    // ...
    \\::class => ['all' => true],
];
```

Setup local repository for bundle development
---------------------------------------------

[](#setup-local-repository-for-bundle-development)

The bundle is configured to generate the Bundle one level up the directory tree from the current project root.

e.g.: If your application is in *~/Projects/my-project* then generating a bundle skeleton would place said bundle in *~/Projects/new-bundle*.

These bundles are then symlinked into the current project in *~/Projects/my-project/lib/new-bundle-name*.

A repository declaration will be added to the composer.json of the main project that will load any bundles from the `~/Projects/my-project/lib/` directory.

Running the `maker:bundle` maker will prompt for several inputs and can generate a basic, minimalist, composer.json as well.

Run the following from a Symfony project root to generate a Symfony bundle.

```
bin/console make:bundle
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance68

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Total

3

Last Release

366d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94a960b16de07dc39692a646f098d2514bb0c2a8ba004b3f7509e7254c36317c?d=identicon)[dktaylor](/maintainers/dktaylor)

---

Top Contributors

[![dktaylor](https://avatars.githubusercontent.com/u/7153660?v=4)](https://github.com/dktaylor "dktaylor (8 commits)")

### Embed Badge

![Health badge](/badges/dktaylor-bundle-generator-bundle/health.svg)

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

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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