Skip to content

Commit 69c62ee

Browse files
authored
Update README.md
1 parent 6cd1c2d commit 69c62ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Official PHP client for the Typesense API: https://github.com/typesense/typesens
55
## Installation
66

77
```
8-
$ composer require typesense/typesense-php
8+
$ composer require php-http/curl-client typesense/typesense-php
99
```
1010

1111
You can also add `typesense/typesense-php` to your project's `composer.json`.
1212

13+
Typesense uses [HTTPlug](http://httplug.io/) as an abstraction layer for an HTTP client. You'll find the List of supported HTTP clients & adapters [here](http://docs.php-http.org/en/latest/clients.html). Please be sure to install a supported client.
14+
1315
## Usage
1416

1517
Read the documentation here: [https://typesense.org/api/](https://typesense.org/api/)
1618

1719
Here are some examples that walk you through how to use the client: [doc/examples](examples)
1820

19-
Typesense uses [HTTPlug](http://httplug.io/) as an abstraction layer for an HTTP client. You'll find the List of supported HTTP clients & adapters [here](http://docs.php-http.org/en/latest/clients.html). Please be sure to install a supported client.
20-
2121
## Compatibility
2222

2323
| Typesense Server | typesense-php |

0 commit comments

Comments
 (0)