// docs/get.asciidoc:53 [source, php] ---- $params = [ 'index' => 'twitter', 'id' => '0', ]; $response = $client->get($params); ----