mt-olympus / demeter
Requires
- los/los-rate-limit: ^0.9.1
- zendframework/zend-expressive: 1.0.0rc2
- zendframework/zend-expressive-fastroute: ^0.2
- zendframework/zend-servicemanager: ^2.5
- zendframework/zend-stdlib: ~2.7
Requires (Dev)
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ^2.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-04 18:03:49 UTC
README
Warning
Archived
This experimental distributed-configuration server is no longer maintained and will receive no further releases. It remains available for historical reference only. Migrate to a supported configuration and service-discovery solution appropriate to your deployment platform.
UNDER DEVELOPMENT!
Introduction
This is a distributed configuration server made in PHP, using Zend Expressive micro-framework.
It's goal is to provide configuration via REST API to distributed systems, like in a micro service architeture.
You can fetch the configurations directly or using one of the client libraries.
You can use Hermes as client, or directly via REST calls.