php-eureka
php-eureka copied to clipboard
A PHP client for (Spring Cloud) Netflix Eureka service registration and discovery.
Results
2
php-eureka issues
Sort by
recently updated
recently updated
newest added
How can I send authorization headers to eureka server?
Hello, Im trying to send heartbeat like this `try { $client->register(); $url = $client->fetchInstance("test")->homePageUrl; var_dump($url); $client->start(); }` Yes its working but the application not running. Any guide how to send...