Skip to content

Commit b212dd6

Browse files
committed
Update Readme
1 parent 57a1e93 commit b212dd6

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Typesense PHP Client (work in progress)
1+
# Typesense PHP Client
22

3-
PHP client for the Typesense API: https://github.com/typesense/typesense
3+
Official PHP client for the Typesense API: https://github.com/typesense/typesense
44

55
## Installation
66

@@ -12,9 +12,9 @@ You can also add `typesense/typesense-php` to your project's `composer.json`.
1212

1313
## Usage
1414

15-
You can find some examples [here](https://github.com/typesense/typesense-php/blob/master/examples/collection_operations.php).
15+
Read the documentation here: [https://typesense.org/api/](https://typesense.org/api/)
1616

17-
See detailed [API documentation](https://typesense.org/api).
17+
Here are some examples that walk you through how to use the client: [doc/examples](examples)
1818

1919
## Compatibility
2020

@@ -44,7 +44,8 @@ composer run-script typesenseServer
4444

4545
## Credits
4646

47-
This client was originally developed by [Abdullah Al-Faqeir](https://github.org/abdullahfaqeir) and was
47+
This client was originally developed by [Abdullah Al-Faqeir](https://github.org/abdullahfaqeir) from
48+
[DevLoops](https://github.com/devloopsnet) and was
4849
[adopted](https://github.com/devloopsnet/typesense-php/issues/4) as the official PHP client library for Typesense in Oct 2020.
4950

5051
Ongoing development and support is now provided by Typesense, in addition to our collaborators.

0 commit comments

Comments
 (0)