ppshobi / psonic

Sonic is a super fast auto suggestion engine built by the team at crisp.chat, a customer engagement platform. its built in Rust and they officially support a javascript client, but if you want to use sonic via php, this is the library that you can look for. Completely unit tested, and adheres to modern coding standards, and offers a clean api to interact with sonic.
MIT License
130 stars 9 forks source link

PHP 8 support #20

Closed alxgb closed 3 years ago

alxgb commented 3 years ago

Hi,

Just wondering if the library will be updated to support PHP 8. It probably works out of the box, but the composer package is set to require PHP ~7.0.

Thanks for the library!

ppshobi commented 3 years ago

Yes, definitely. I was too busy with my work. Let me check it and fix it soon. Like you said it should probably work out of the box

ppshobi commented 3 years ago

21