Skip to content

Commit 0bd4797

Browse files
Update docs/reference/index.md
Co-authored-by: Marci W <333176+marciw@users.noreply.github.com>
1 parent c2c586b commit 0bd4797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ navigation_title: PHP
77

88
# {{es}} PHP client overview [overview]
99

10-
{{es}} PHP client is designed to be a low-level client. All methods closely match the REST API and the method structure of other language clients as well. For example, Ruby, Python, and so on. This makes it easier to get started with a client and seamlessly switch from one language to another with minimal effort.
10+
The {{es}} PHP client is designed to be a low-level client. All methods closely match the REST API and the method structure of other language clients. This makes it easier to get started with a client and switch from one language to another.
1111

1212
It provides a response-handling layer that makes it easier to access HTTP responses in different formats. The PSR-18 HTTP response can be accessed as a PHP array, object, or a raw string. For more details, refer to [blog post for {{es}} PHP client](https://www.elastic.co/blog/introducing-the-new-php-client-for-elasticsearch-8).
1313
Additionally, the client provides helpers to map an ES|QL result directly to a PHP object. For more information, refer to [map php result to an object](https://www.elastic.co/search-labs/blog/esql-php-map-object-class).

0 commit comments

Comments
 (0)