enchant

The Enchant extension in PHP offers a binding to Enchant library functions for spell-checking

The Enchant extension in PHP offers a binding to Enchant library functions for spell-checking. This extension is included but requires activation in the `php.ini` file. Uncomment the line `;extension=enchant`, then restart your web server to enable spell-checking functionality.

Already included with PHP.