Download the PHP package dmishh/settings-bundle without Composer
On this page you can find all versions of the php package dmishh/settings-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dmishh/settings-bundle
More information about dmishh/settings-bundle
Files in dmishh/settings-bundle
Package settings-bundle
Short Description Database centric Symfony configuration management. Global and per-user settings supported.
License MIT
Homepage https://github.com/dmishh/SettingsBundle
Informations about the package settings-bundle
SettingsBundle
Bundle for storing configuration with Symfony in database using Doctrine ORM.
👀 This bundle was previously known as dmissh/settings-bundle
, and the Packagist installation instruction will stay as is.
Features
- Easy-to-use (Twig extension, container service)
- Settings scopes per user, global or all
- Settings validation by using the Symfony Form Component
- 2 serialization mechanisms: PHP
serialize()
and JSON (+ you can write your own) - Settings caching (PSR-6)
- Fast and extensible
Quick usage examples
Symfony controller:
Twig template:
See the general usage documentation for more examples.
Documentation
- Installation
- General usage
- Scopes
- Advanced configuration
- I18n
- Customization
- FAQ
Changelog, Roadmap and contribution
Please, do not hesitate to report bugs or send pull requests. It will help to motivate me to support library better than anything else :)
See CHANGELOG.md for all major changes.
Upgrade from 1.0.*
Make sure to read the UPGRADE.md to successfully migrate your application.
License
The MIT License. For the full text of license, please, see LICENSE
All versions of settings-bundle with dependencies
psr/cache Version ^1.0
symfony/framework-bundle Version ^3.4 || ^4.3 || ^5.0
symfony/form Version ^3.4 || ^4.3 || ^5.0
doctrine/orm Version ^2.6.3|^2.7