1// getting-started.asciidoc:167
2
3[source, php]
4----
5$response = $client->cat()->health();
6----
7