PHPackages                             atournayre/maker-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. atournayre/maker-bundle

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

atournayre/maker-bundle
=======================

This bundle extend Symfony Maker Bundle and helps you create lots of files so you can forget about writing boilerplate code and it also provide minimal files to start a project.

0.0.0(3y ago)21311MITPHPPHP &gt;=8.1

Since May 1Pushed 1y ago2 watchersCompare

[ Source](https://github.com/atournayre/maker-bundle)[ Packagist](https://packagist.org/packages/atournayre/maker-bundle)[ RSS](/packages/atournayre-maker-bundle/feed)WikiDiscussions master Synced today

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

MakerBundle
===========

[](#makerbundle)

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.

### 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 atournayre/maker-bundle --dev
```

### 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 [
    // ...
    Atournayre\Bundle\MakerBundle\AtournayreMakerBundle::class => ['dev' => true],
];
```

### Step 3: Configure the Bundle

[](#step-3-configure-the-bundle)

```
# config/packages/atournayre_maker.yaml

atournayre_maker:
    root_namespace: 'App'
```

#### Debug configuration

[](#debug-configuration)

- default configuration `php bin/console config:dump atournayre_maker`.
- current configuration `php bin/console debug:config atournayre_maker`.

Documentation
-------------

[](#documentation)

### Commands

[](#commands)

Legend:

- ⚠️: Experimental command.
- 🚧: Command to be implemented.
- ✅: Command implemented.

StatusCommandDescription and documentation✅️`make:add:events-to-entities`[Add events to entities](docs/add-events-to-entities.md)✅️`make:new:command`[Create a new Command](docs/new-default.md)⚠️`make:new:controller`[Create a new Controller](docs/new-default.md)✅️`make:new:collection`[Create a new Collection](docs/new-default.md)✅`make:new:dto`[Create a new DTO](docs/new-default.md)✅`make:new:enum`[Create a new Enum](docs/new-default.md)✅`make:new:event`[Create a new Event and Listener](docs/new-default.md)✅`make:new:exception`[Create a new Exception](docs/new-default.md)✅`make:new:interface`[Create a new Interface](docs/new-default.md)✅`make:new:logger`[Create a new Logger](docs/new-logger.md)✅`make:new:service`[Create a new Service](docs/new-service.md)✅`make:new:trait`[Create a new Trait](docs/new-default.md)✅`make:new:vo`[Create a new VO](docs/new-default.md)✅`project:getting-started`[Add minimal files to start a project](docs/project-getting-started.md)Create a new Maker
------------------

[](#create-a-new-maker)

### Step 1: Create the Configuration class

[](#step-1-create-the-configuration-class)

1. Create a new class in the `Config` directory.
2. Extend the `MakerConfiguration` class.
3. If you need extra configuration, create as many properties, getters and withers as needed.
4. If you want to add suffixes to the class name, override the `classNameSuffix` method.

### Step 2: Create the Builder class

[](#step-2-create-the-builder-class)

1. Create a new class in the `Builder` directory.
2. Extend the `AbstractBuilder` class.
3. Implement the methods.
4. Add the `#[AutoconfigureTag('atournayre_maker.php_file_builder')]` attribute to the class.

### Step 3: Create the Maker class

[](#step-3-create-the-maker-class)

1. Create a new class in the `Maker` directory.
2. Extend the `AbstractMaker` class.
3. Implement the methods.
4. Add the `#[AutoconfigureTag('maker.command')]` attribute to the class.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

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

Total

3

Last Release

777d ago

### Community

Maintainers

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

---

Top Contributors

[![atournayre](https://avatars.githubusercontent.com/u/4262077?v=4)](https://github.com/atournayre "atournayre (296 commits)")

---

Tags

code-generatorcollectionscommandscontrollersdevdtoeventsgeneratorinterfacesloggerscaffoldscaffoldingservicestraitsvalue-objectscaffoldinggeneratorcode generatorscaffold

### Embed Badge

![Health badge](/badges/atournayre-maker-bundle/health.svg)

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

PHPackages © 2026

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