Download the PHP package marcin_jozwikowski/settings_in_db_bundle without Composer
On this page you can find all versions of the php package marcin_jozwikowski/settings_in_db_bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marcin_jozwikowski/settings_in_db_bundle
More information about marcin_jozwikowski/settings_in_db_bundle
Files in marcin_jozwikowski/settings_in_db_bundle
Download marcin_jozwikowski/settings_in_db_bundle
More information about marcin_jozwikowski/settings_in_db_bundle
Files in marcin_jozwikowski/settings_in_db_bundle
Vendor marcin_jozwikowski
Package settings_in_db_bundle
Short Description A Symfony2 bundle that allows an easy key-value storage in DB
License MIT
Package settings_in_db_bundle
Short Description A Symfony2 bundle that allows an easy key-value storage in DB
License MIT
Keywords settings symfony2
Please rate this library. Is it a good library?
Informations about the package settings_in_db_bundle
SettingsInDB
A Symfony2 bundle that allows an easy key-value storage in DB
Installation
-
Add as composer dependency:
-
Add in application kernel:
- Update database schema:
Usage
- Access DB stored values through service:
Configuration
Default configuration:
- allow_inserts - if set to true, persists a new key-value pair if none is found
- return_null_on_not_found - if nothing found and allow_inserts = false, returns null instead of throwing an exception
- read_all_entries_at_first_use - if set to true loads all records at first use and searches in internal array insted of querying
All versions of settings_in_db_bundle with dependencies
PHP Build Version
Package Version
No informations.
The package marcin_jozwikowski/settings_in_db_bundle contains the following files
Loading the files please wait ....