idmarinas/maker-bundle

A simple way to create the files for my bundles and some other things

Maintainers

๐Ÿ‘ IDMarinas

Package info

github.com/idmarinas/maker-bundle

Type:symfony-bundle

pkg:composer/idmarinas/maker-bundle

Fund package maintenance!

Paypal

Github-Sponsors

Statistics

Installs: 452

Dependents: 2

Suggesters: 0

Stars: 3

Open Issues: 0

2.1.6 2025-07-09 13:18 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause dbb3d0b8bcca90286aa9fdc15752ecd7b4c4909c

  • Ivรกn Diaz Marinas (IDMarinas) <35842929+idmarinas.woop@users.noreply.github.com>

makersymfony-bundlemaker-bundleidmarinas-bundles

This package is auto-updated.

Last update: 2026-06-09 15:20:58 UTC


README

IDMarinas Maker Bundle

๐Ÿ‘ GitHub release
๐Ÿ‘ GitHub Release Date

A simple way to create the files for my bundles and some other things


๐Ÿ‘ Test Suite
๐Ÿ‘ Quality Gate Status
๐Ÿ‘ Coverage
๐Ÿ‘ Technical Debt


๐Ÿ‘ Github commits (since latest release)
๐Ÿ‘ GitHub commit activity
๐Ÿ‘ GitHub last commit

Code analysis

๐Ÿ‘ Reliability Rating
๐Ÿ‘ Bugs
๐Ÿ‘ Security Rating
๐Ÿ‘ Vulnerabilities
๐Ÿ‘ Maintainability Rating
๐Ÿ‘ Code Smells
๐Ÿ‘ Duplicated Lines (%)

๐Ÿ–– Support

๐Ÿฉต If you like this project, give it a ๐ŸŒŸ and share it with your friends!

๐Ÿ‘ PayPal.Me - The safer, easier way to pay online!
๐Ÿ‘ Liberapay - Donate
๐Ÿ‘ Static Badge


๐Ÿ’พ Installation

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

๐Ÿ’ช Applications that use Symfony Flex

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

$ composer require --dev idmarinas/maker-bundle

๐Ÿšซ Applications that don't use Symfony Flex

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 --dev idmarinas/maker-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 [
 // ...
 Idm\Bundle\Maker\IdmMakerBundle::class => ['dev' => true],
];

๐Ÿ–ฑ๏ธ Tech used in code

๐Ÿ‘ GitHub code size in bytes
๐Ÿ‘ PHP
๐Ÿ‘ Symfony

๐Ÿ› ๏ธ Tools used for create this project

๐Ÿ‘ Dependabot
๐Ÿ‘ GitHub Actions
๐Ÿ‘ Docker
๐Ÿ‘ Composer