PHPackages                             jakhotiya/symspell-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jakhotiya/symspell-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jakhotiya/symspell-php
======================

Spelling correction &amp; fuzzy search: 1 million times faster through Symmetric Delete spelling correction algorithm

0.0.1(10mo ago)11761[2 issues](https://github.com/Jakhotiya/symspell-php/issues)MITPHPPHP ^8.0

Since Aug 26Pushed 10mo agoCompare

[ Source](https://github.com/Jakhotiya/symspell-php)[ Packagist](https://packagist.org/packages/jakhotiya/symspell-php)[ Docs](https://github.com/jakhotiya/symspell-php)[ RSS](/packages/jakhotiya-symspell-php/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

SymSpell PHP
============

[](#symspell-php)

[![PHP Version](https://camo.githubusercontent.com/854124dd57cfd3aad3184fca9760bf1f33a5ec1e5d080cfbe8aa4e3337ba46e6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e302d3838393242462e737667)](https://php.net/)[![License](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](LICENSE)

**Spelling correction &amp; Fuzzy search: 1 million times faster** through Symmetric Delete spelling correction algorithm

A complete PHP port of the [SymSpell](https://github.com/wolfgarbe/SymSpell) library - the world's fastest spelling correction &amp; fuzzy search library.

Features
--------

[](#features)

✅ **Ultra-Fast Spelling Correction** - 1 million times faster than traditional algorithms
✅ **Word Segmentation** - Split concatenated words (`"thequickbrownfox"` → `"the quick brown fox"`)
✅ **Compound Correction** - Multi-word spelling correction with context awareness
✅ **Multi-Language Support** - Includes dictionaries for 8+ languages
✅ **CLI Interface** - Command-line tool with pipes and redirects support
✅ **Complete API** - All original SymSpell functionality ported to PHP

Quick Start
-----------

[](#quick-start)

### Installation

[](#installation)

```
composer require jakhotiya/symspell-php
```

### Basic Usage

[](#basic-usage)

```
