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

Setup phpstan #38

Open ppshobi opened 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #38 (a25d588) into master (105d27e) will decrease coverage by 1.18%. The diff coverage is 92.06%.

@@             Coverage Diff              @@
##             master      #38      +/-   ##
============================================
- Coverage     94.20%   93.01%   -1.19%     
- Complexity       83       89       +6     
============================================
  Files            22       22              
  Lines           207      229      +22     
============================================
+ Hits            195      213      +18     
- Misses           12       16       +4     
Impacted Files Coverage Δ
src/Commands/Control/InfoCommand.php 100.00% <ø> (ø)
...rc/Commands/Control/StartControlChannelCommand.php 100.00% <ø> (ø)
src/Commands/Control/TriggerCommand.php 100.00% <ø> (ø)
src/Commands/Ingest/CountCommand.php 100.00% <ø> (ø)
src/Commands/Ingest/FlushBucketCommand.php 100.00% <ø> (ø)
src/Commands/Ingest/FlushCollectionCommand.php 100.00% <ø> (ø)
src/Commands/Ingest/FlushObjectCommand.php 100.00% <ø> (ø)
src/Commands/Ingest/PopCommand.php 100.00% <ø> (ø)
src/Commands/Ingest/PushCommand.php 100.00% <ø> (ø)
src/Commands/Ingest/StartIngestChannelCommand.php 100.00% <ø> (ø)
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ppshobi commented 1 year ago

https://github.com/ppshobi/psonic/issues/35

ppshobi commented 1 year ago

https://github.com/ppshobi/psonic/issues/36