idmarinas/maker-bundle
A simple way to create the files for my bundles and some other things
Maintainers
Package info
github.com/idmarinas/maker-bundle
Type:symfony-bundle
pkg:composer/idmarinas/maker-bundle
Requires
- php: ^8.2
- nette/php-generator: ^4.1
- symfony/dependency-injection: ^6.4 | ^7.1
- symfony/framework-bundle: ^6.4 | ^7.1
- symfony/string: ^6.4 | ^7.1
Requires (Dev)
- doctrine/doctrine-bundle: ^2.13
- easycorp/easyadmin-bundle: ^4.24
- idmarinas/common-bundle: ^3.4
- idmarinas/composer-plugin: ^1.0.0
- idmarinas/settings-bundle: ^1.0
- idmarinas/user-bundle: ^2.0
- phpunit/phpunit: ^9.6
- rector/rector: ^1.2
- stof/doctrine-extensions-bundle: ^1.13
- symfony/browser-kit: ^6.4 | ^7.1
- symfony/console: ^6.4 | ^7.1
- symfony/css-selector: ^6.4 | ^7.1
- symfony/maker-bundle: ^1.61
- symfony/runtime: ^6.4 | ^7.1
- symfony/twig-bundle: ^6.4 | ^7.1
- zenstruck/foundry: ^2.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause dbb3d0b8bcca90286aa9fdc15752ecd7b4c4909c
- Ivรกn Diaz Marinas (IDMarinas) <35842929+idmarinas.woop@users.noreply.github.com>
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
