PHPackages                             startcodein/indicsoundex - 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. startcodein/indicsoundex

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

startcodein/indicsoundex
========================

Indian language soundex package based on Santhosh Thottingal's algorithm.

0.1.0(10y ago)2472GPL-3.0PHPPHP &gt;=5.5.9

Since Oct 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/startcodein/IndicSoundex)[ Packagist](https://packagist.org/packages/startcodein/indicsoundex)[ Docs](http://startcode.in)[ RSS](/packages/startcodein-indicsoundex/feed)WikiDiscussions master Synced 1mo ago

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

IndicSoundex
============

[](#indicsoundex)

Indian laguage soundex package based on Santhosh Thottingal's algorithm. For more info on algorithm check [here](http://thottingal.in/blog/2009/07/26/indicsoundex/)

Soundex is phonetic algorithm for indexing names by sound as pronounced in English. This module implements Soundex algorithm for Engish as well as a modified version of soundex algorithm for Indian languages.

This include Indian major languages:

- Hindi (hi\_IN)
- Bengali (bn\_IN)
- Punjabi (pa\_IN)
- Gujarati (gu\_IN)
- Oriya (or\_IN)
- Tamil (ta\_IN)
- Telugu (te\_IN)
- Kannada (kn\_IN)
- Malayalam (ml\_IN)
- English (en\_US)

This can be extended to any language by including soundex character map for it.
Quick start
-------------------------------------------------------------------------------------------

[](#this-can-be-extended-to-any-language-by-including-soundex-character-map-for-itquick-start)

Installing using git

```
git clone https://github.com/startcodein/IndicSoundex.git

```

Installing using composer

```
composer require startcodein/indicsoundex:@dev

```

#### Generating soundex

[](#generating-soundex)

```
