typesense-php icon indicating copy to clipboard operation
typesense-php copied to clipboard

PHP client for Typesense: https://github.com/typesense/typesense

Results 14 typesense-php issues
Sort by recently updated
recently updated
newest added

## Change Summary A good idea is to exclude unneeded dev files from the final production zip archive file, which is also downloaded by composer (unless `--prefer -source` flag is...

## Change Summary Librarary use PSR inteface for Logging so can safe bump monolog version in composer dependencies ## PR Checklist - [x] I have read and signed the [Contributor...

## Description Hi all, I Upgrade Php 8.0 to 8.1, and i have now this warning **Deprecated**: Return type of Typesense\Aliases::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or...

## Change Summary Accept a stream as a body. ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).

Currently, the library doesn't allow to [import a LJSON file](https://typesense.org/docs/0.22.2/api/documents.html#import-a-jsonl-file).

## Description The array access methods such as offsetExists() on the Synonyms class don't work as expected. ## Steps to reproduce If I get the Synonyms object for a collection...

## Description Currently, I am avoiding using this library, as I want to be able to prioritize write operations to go directly to the leader node (if we have a...

wontfix

**Pull Request Not Yet Completed** Feel free to provide any ideas and suggestions. --- This Pull Request completely reworks this package to achieve the following goals: 1. Remove non-API-related features,...

## Description To help support a workflow that uses aliased collections, it would be great to be able to clone a schema when creating a new collection as referenced in...

``` ## Description Im trying to integrate typesense in my symfony application for that i have written below code TypesenseService.php