https://github.com/idmarinas/common-bundle
This bundle is intended to group common and often repeated things when creating an APP with Symfony.
https://github.com/idmarinas/common-bundle
php8 symfony-bundle symfony6 symfony7
Last synced: 2 months ago
JSON representation
This bundle is intended to group common and often repeated things when creating an APP with Symfony.
- Host: GitHub
- URL: https://github.com/idmarinas/common-bundle
- Owner: idmarinas
- License: bsd-3-clause
- Created: 2022-08-14T16:01:41.000Z (almost 3 years ago)
- Default Branch: 3.x
- Last Pushed: 2025-03-16T17:36:52.000Z (4 months ago)
- Last Synced: 2025-03-30T18:04:05.330Z (3 months ago)
- Topics: php8, symfony-bundle, symfony6, symfony7
- Language: PHP
- Homepage: https://idmarinas.github.io/common-bundle/
- Size: 408 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# IDMarinas Common Bundle

> This bundle is intended to group common and often repeated things when creating an APP with Symfony.
[][test-suit]
[](https://sonarcloud.io/summary/new_code?id=idmarinas_common-bundle)
[][sonarcloud]
[][sonarcloud]


#### Code analysis
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]> ## 🖖 Support
>
> 🩵 If you like this project, give it a 🌟 and share it with your friends!
>
> [](https://www.paypal.me/idmarinas)
> [](https://liberapay.com/IDMarinas/donate)
> [](https://github.com/sponsors/idmarinas)
# 💾 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
Open a command console, enter your project directory and execute:
```console
$ composer require idmarinas/common-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:```console
$ composer require idmarinas/common-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:```php
// config/bundles.phpreturn [
// ...
Idm\Bundle\Common\IdmCommonBundle::class => ['all' => true],
];
```## 🖱️ Tech used in code

[](https://www.php.net)
[](https://www.doctrine-project.org)
[](https://www.symfony.com)## 🛠️ Tools used for create this project

[](https://github.com/features/actions)
[](https://www.docker.com)
[](https://getcomposer.org)## 💬 Social
[][twitter]
[][discord][twitter]: https://x.com/idmarinas
[discord]: https://discord.gg/FXEZqpF
[sonarcloud]: https://sonarcloud.io/dashboard?id=idmarinas_common-bundle
[test-suit]: https://github.com/idmarinas/common-bundle/actions/workflows/php.yml