php-spellchecker
php-spellchecker copied to clipboard
🐘🎓📝 PHP Library providing an easy way to spellcheck multiple sources of text by many spellcheckers
when I create execute of aspell its throw an exception $spell = Aspell::create(); $response = $spell->check('mispell', ['en_US']); logger(print_r($response, true));      **PHP 8: Window 10 Laravel 9...
## Description This pull request introduces a caching system based on PSR-6 contract to improve the performance. > [!NOTE] > Initial implementation introduces file system caching adapter only ## Motivation...
## Detailed description I've submitted a PR here: https://github.com/peckphp/peck/pull/51 to add caching for `aspell->check()` using Symfony's caching component. I noticed this feature is part of your roadmap and was curious...
Hi Philippe, Thanks for this awesome library. It's saved my a fair amount of time :) I just wanted to share my current workaround for using a custom dictionary with...