maikuro / distributed-configuration-bundle
Distributed configuration based on a key value store library
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.4|^7.0
- friendsofsymfony/rest-bundle: ^1.7
- jms/serializer-bundle: ~0.11|~1.0
- symfony/config: ~2.3|~3.0
- symfony/dependency-injection: ~2.3|~3.0
- symfony/form: ~2.3|~3.0
- symfony/framework-bundle: ~2.3|~3.0
- symfony/routing: ~2.3|~3.0
- symfony/validator: ~2.3|~3.0
- symfony/yaml: ~2.3|~3.0
- webmozart/key-value-store: 1.0.0-beta7
Requires (Dev)
- doctrine/dbal: ^2.4
- doctrine/doctrine-cache-bundle: ^1.3
- mmoreram/php-formatter: ^1.1
- phpunit/phpunit: ^4.8|^5.4
- predis/predis: ^1.0
- satooshi/php-coveralls: ^1.0
- symfony/browser-kit: ~2.3|~3.0
- symfony/phpunit-bridge: ^2.7|^3.0
- webmozart/json: ^1.1.1
This package is not auto-updated.
Last update: 2024-11-07 01:39:00 UTC
README
The main idea of this bundle is to have a centralized configuration app. So you can register any configuration from different app.
Features
- REST API
- Based on key-value-store
- Multiple persistent store (Redis, Predis, Dbal, JsonFile, more to come)
Documentation
For documentation, see:
Resources/doc/
License
This bundle is released under the MIT license.