mt-olympus / demeter
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:application
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
This package is auto-updated.
Last update: 2024-10-26 03:56:32 UTC
README
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.