coka / registrator-php-sdk
Service registry bridge for Docker. Registrator automatically registers and deregisters services for any Docker container by inspecting containers as they come online. Registrator supports pluggable service registries, which currently includes Consul, etcd and SkyDNS 2.
Requires
- php: >=7.2
- guzzlehttp/guzzle: ^6.3
- symfony/http-foundation: ^3.4 || ^4.0
Requires (Dev)
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2024-10-16 00:15:55 UTC
README
PHP SDK for service registry bridge for Docker.
Registrator automatically registers and deregisters services for any Docker container by inspecting containers as they come online. Registrator supports pluggable service registries, which currently includes Consul, etcd and SkyDNS 2.
Latest updates
For notes about latest changes please read CHANGELOG, for required changes in your code please read UPGRADE chapter of documentation.
Documentation
Read the doc/index.md.
Installation
All the installation instructions are located in the documentation.
Original Credits
- Baidai Cedrick Oka as main author.
License
This library is under the MIT license. See the complete license in the library.