This repository was archived by the owner on Apr 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 6
6
7
7
[ ![ main] ( https://github.com/elastic/elasticsearch-serverless-php/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/elastic/elasticsearch-serverless-php/actions/workflows/tests.yml )
8
8
9
- This is the official Elastic client for the ** Elasticsearch Serverless ** service .
9
+ This is the official Elastic client for the [ Elasticsearch Cloud Serverless ] ( https://www.elastic.co/elasticsearch/serverless ) .
10
10
11
11
If you're looking to develop your PHP application with the Elasticsearch Stack,
12
12
you should look at the [ Elasticsearch Client] ( https://github.com/elastic/elasticsearch-php ) instead.
@@ -19,17 +19,6 @@ You can install the library using [composer](https://getcomposer.org/) with the
19
19
composer require elastic/elasticsearch-serverless
20
20
```
21
21
22
- You need specify the version, if you want to install an ` alpha ` or ` rc ` release.
23
- For instance, if you want to install the latest alpha version:
24
-
25
- ``` bash
26
- composer require elastic/elasticsearch-serverless:* @alpha
27
- ```
28
-
29
- Please remember that ` alpha ` releases are quite unstable, the code can change between releases.
30
- Instead, a release candidate ` rc ` will not break the backward compatibility. Typically an ` rc `
31
- version includes only bug fixes.
32
-
33
22
### Instantiate the client
34
23
35
24
When you have installed elasticsearch-php you can start using it with the ` Client ` class.
You can’t perform that action at this time.
0 commit comments