├── CHANGELOG.md ├── LICENSE ├── README.md ├── composer.json └── src └── voku └── helper ├── Phonetic.php ├── PhoneticEnglish.php ├── PhoneticExceptionClassNotExists.php ├── PhoneticExceptionLanguageNotExists.php ├── PhoneticFrench.php ├── PhoneticGerman.php └── PhoneticInterface.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/composer.json -------------------------------------------------------------------------------- /src/voku/helper/Phonetic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/src/voku/helper/Phonetic.php -------------------------------------------------------------------------------- /src/voku/helper/PhoneticEnglish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/src/voku/helper/PhoneticEnglish.php -------------------------------------------------------------------------------- /src/voku/helper/PhoneticExceptionClassNotExists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/src/voku/helper/PhoneticExceptionClassNotExists.php -------------------------------------------------------------------------------- /src/voku/helper/PhoneticExceptionLanguageNotExists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/src/voku/helper/PhoneticExceptionLanguageNotExists.php -------------------------------------------------------------------------------- /src/voku/helper/PhoneticFrench.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/src/voku/helper/PhoneticFrench.php -------------------------------------------------------------------------------- /src/voku/helper/PhoneticGerman.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/src/voku/helper/PhoneticGerman.php -------------------------------------------------------------------------------- /src/voku/helper/PhoneticInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voku/phonetic-algorithms/HEAD/src/voku/helper/PhoneticInterface.php --------------------------------------------------------------------------------