1. How Implement a Faster PHP Spell Check to Verify Text Spelling Using the FFI Extension
Hunspell is a powerful library for checking the spelling of words.
Since it is a library written in C++, it can be called from PHP projects using the PHP FFI extension.
This package provides a solution to call the Hunspell library using PHP FFI to access it as a regular PHP class.
More ... Post a comment See comments (0) Trackbacks (0)
Since it is a library written in C++, it can be called from PHP projects using the PHP FFI extension.
This package provides a solution to call the Hunspell library using PHP FFI to access it as a regular PHP class.
More ... Post a comment See comments (0) Trackbacks (0)