idmarinas/settings-bundle

Settings system for Symfony applications, can be added to the User entity or any other entity.

Maintainers

๐Ÿ‘ IDMarinas

Package info

github.com/idmarinas/settings-bundle

Type:symfony-bundle

pkg:composer/idmarinas/settings-bundle

Fund package maintenance!

Paypal

Github-Sponsors

Statistics

Installs: 143

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 1

1.2.0 2025-04-15 11:26 UTC

BSD-3-Clause 32648b418ad402cef09bbcff74378b2b089bc306

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

Settingssymfony-bundlesettings-bundleuser-settingssettings-symfony


README

IDMarinas Settings Bundle

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

Settings system for Symfony applications, can be added to the User entity or any other entity.


๐Ÿ‘ 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
๐Ÿ‘ GitHub Sponsor


๐Ÿ’พ 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 idmarinas/settings-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 idmarinas/settings-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\Settings\IdmSettingsBundle::class => ['all' => true],
];

๐Ÿ–ฑ๏ธ Tech used in code

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

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

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

๐Ÿ’ฌ Social

๐Ÿ‘ X
๐Ÿ‘ Discord