pkshetlie/settings-bundle

Easy way to get and set parameters for a symfony application

Installs: 75

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/pkshetlie/settings-bundle

v1.0.13 2022-03-01 16:40 UTC

This package is auto-updated.

Last update: 2025-09-29 01:58:56 UTC


README

composer require pkshetlie/setting-bundle

add to AppKernel.php

[ 
       ...
       new Pkshetlie\SettingBundle\SettingBundle(), 
       ... 
]

Add to config.yml

imports:
  ...
  - { resource: "@SettingBundle/Resources/config/services.yml" }

installation is done.

Exemple Usage