devloopsnet / typesens-php
PHP client for Typesense https://github.com/typesense/typesense
Installs: 2 096
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 3
Open Issues: 1
Requires
- ext-json: *
- guzzlehttp/guzzle: ^7.0
README
⚠️ This project has moved to the official Typesense Github org: https://github.com/typesense/typesense-php. It was adopted as the official Typesense PHP client on Oct 12, 2020 and ongoing development will take place there.
Please upgrade to the `typesense/typesense-php` composer package to receive new updates.
The rest of this Readme file is kept as is for posterity.
PHP client for the Typesense API: https://github.com/typesense/typesense
Follows the Typesense API specification.
Installation
$ composer require devloopsnet/typesens-php
You can also add devloopsnet/typesense-php
to your project's composer.json
.
Usage
You can find some examples here.
See detailed API documentation.
Compatibility
Typesense Server | typesense-ruby |
---|---|
>= v0.15.0 | >= v2.0.4 |
>= v0.12.0 | >= v2.0.0 |
<= v0.11 | <= v1.0.0 |
Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/devloopsnet/typesense-php].
Author
License
typesense-php
is distributed under the Apache 2 license.