Metaphone php calcule a chave metaphone de uma string

<?php
var_dump(metaphone('programming'));
var_dump(metaphone('programmer'));
?>
SAMER SAEID