You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also add `typesense/typesense-php` to your project's `composer.json`.
12
12
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
+
13
15
## Usage
14
16
15
17
Read the documentation here: [https://typesense.org/api/](https://typesense.org/api/)
16
18
17
19
Here are some examples that walk you through how to use the client: [doc/examples](examples)
18
20
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.
0 commit comments