Download the PHP package marcinjozwikowski/settingsindbbundle without Composer
On this page you can find all versions of the php package marcinjozwikowski/settingsindbbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marcinjozwikowski/settingsindbbundle
More information about marcinjozwikowski/settingsindbbundle
Files in marcinjozwikowski/settingsindbbundle
Download marcinjozwikowski/settingsindbbundle
More information about marcinjozwikowski/settingsindbbundle
Files in marcinjozwikowski/settingsindbbundle
Vendor marcinjozwikowski
Package settingsindbbundle
Short Description A Symfony2 bundle that allows an easy key-value storage in DB
License MIT
Package settingsindbbundle
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 settingsindbbundle
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 settingsindbbundle with dependencies
PHP Build Version
Package Version
No informations.
The package marcinjozwikowski/settingsindbbundle contains the following files
Loading the files please wait ....