PHPackages                             noodlesnz/double-metaphone - 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. noodlesnz/double-metaphone

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

noodlesnz/double-metaphone
==========================

This class implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of C/C++ Users Journal. Double Metaphone is an improved version of Philips' original Metaphone algorithm.

1.0.1(10y ago)9142.9k—0.7%1[1 issues](https://github.com/NoodlesNZ/double-metaphone/issues)Apache-2.0PHP

Since Apr 9Pushed 10y ago3 watchersCompare

[ Source](https://github.com/NoodlesNZ/double-metaphone)[ Packagist](https://packagist.org/packages/noodlesnz/double-metaphone)[ Docs](https://github.com/NoodlesNZ/double-metaphone)[ RSS](/packages/noodlesnz-double-metaphone/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/b58bda04774f5bf02b1e4c5e6dbb450283debccce57b2ca45a8bf75bdfb7b603/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4e6f6f646c65734e5a2f646f75626c652d6d65746170686f6e652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/NoodlesNZ/double-metaphone)[![Minimum PHP Version](https://camo.githubusercontent.com/86e7d829a466cacd5658a22073e27d49d39dac72cc18216ac4963ed5463c5bbc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e362d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![Build Status](https://camo.githubusercontent.com/ccf3a9b9c2892236a02473fba0e0ad79030fa63340b1ecddc9019346ab91d003/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4e6f6f646c65734e5a2f646f75626c652d6d65746170686f6e652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/NoodlesNZ/double-metaphone)

double-metaphone
================

[](#double-metaphone)

This class implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of C/C++ Users Journal. Double Metaphone is an improved version of Philips' original Metaphone algorithm.

Installation
------------

[](#installation)

To add this package as a local, per-project dependency to your project, simply add a dependency on `NoodlesNZ/double-metaphone` to your project's `composer.json` file. Here is a minimal example of a `composer.json` file that just defines a dependency on double-metaphone:

```
{
    "require": {
        "NoodlesNZ/double-metaphone": "~1.0"
    }
}

```

Usage
-----

[](#usage)

```
$d = new DoubleMetaphone('richard');

echo $d->primary . "\n";
echo $d->secondary . "\n";
```

The code above yields the output below:

```
RXRT
RKRT

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3692d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/96db4b1dd543b244ca2499b42d5e34869d98116ee0a470e066eb6d6c9ad3c8c1?d=identicon)[NoodlesNZ](/maintainers/NoodlesNZ)

---

Top Contributors

[![NoodlesNZ](https://avatars.githubusercontent.com/u/1063979?v=4)](https://github.com/NoodlesNZ "NoodlesNZ (21 commits)")

---

Tags

composerphp

### Embed Badge

![Health badge](/badges/noodlesnz-double-metaphone/health.svg)

```
[![Health](https://phpackages.com/badges/noodlesnz-double-metaphone/health.svg)](https://phpackages.com/packages/noodlesnz-double-metaphone)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
