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

Drop support for php 7.x #43

Open ppshobi opened 1 year ago

ppshobi commented 1 year ago

as all php 7.x version are currently out of support. I suggest offering support only for PHP 8.x. Some progress is already made here in this PR https://github.com/ppshobi/psonic/pull/38. People with php7.x will still be able to use the existing psonic 2.x releases. Before providing the support only to PHP 8.x, please comment if anyone has a different opinion.

Expecting to release the new version by March 31, 2023