ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.96k stars 5.08k forks source link

Add double metaphone #102

Closed remrem closed 10 years ago

remrem commented 10 years ago

http://swoodbridge.com/DoubleMetaPhone/

because php just handle metaphone (v1) ... :/

ziadoz commented 10 years ago

This looks really useful, but ideally I'm looking for libraries that can be installed using Composer if possible. It looks like there is PECL extension for this (http://pecl.php.net/package/doublemetaphone), that seems a little more regularly updated. I plan to add C and PECL extension categories in the future, so I'll make a note of this. Thanks for the suggestion.