PHPackages                             wwesantos/arpabet-to-ipa - 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. wwesantos/arpabet-to-ipa

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

wwesantos/arpabet-to-ipa
========================

Convert Arpabet to IPA. Arpabet is the set of phonemes used by the CMU Pronouncing Dictionary. IPA is the International Phonetic Alphabet

v1.0.0(10y ago)4444210MITPHPPHP &gt;=5.3.0

Since Jun 21Pushed 5y ago2 watchersCompare

[ Source](https://github.com/wwesantos/arpabet-to-ipa)[ Packagist](https://packagist.org/packages/wwesantos/arpabet-to-ipa)[ Docs](http://github.com/wwesantos/arpabet-to-ipa)[ RSS](/packages/wwesantos-arpabet-to-ipa/feed)WikiDiscussions master Synced 1mo ago

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

Arpabet-to-IPA
==============

[](#arpabet-to-ipa)

Arpabet-to-IPA converts Arpabet to IPA.
[Arpabet](https://en.wikipedia.org/wiki/Arpabet) is the set of phonemes used by [cmudict](http://www.speech.cs.cmu.edu/cgi-bin/cmudict), which is The CMU Pronouncing Dictionary. [IPA](https://en.wikipedia.org/wiki/IPA) is the International Phonetic Alphabet. Getting Started
---------------

[](#getting-started)

### Install

[](#install)

You may install the Arpabet-to-IPA with Composer (recommended) or manually.

Installing Arpabet-to-IPA:

```
composer require wwesantos/arpabet-to-ipa
```

### Tutorial

[](#tutorial)

Instantiate and use a Arpabet-to-IPA class:

```

  		$arpabetToIPA = new ArpabetToIPA\App();
		  $ipaPhoneme = $arpabetToIPA->getIPA('AA');
		  $ipaWord = $arpabetToIPA->getIPA('F OW1 N IY0 M');

```

You may define your own convertion table

```

  		$arpabetToIPA->setConvertionTable(array(
				'AO' => 'ɔ',
				'AA' => 'ɑ',
				'F' => 'f',
				'V' => 'v',
				'S' => 's'
		));

```

### System Requirements

[](#system-requirements)

You need **PHP &gt;= 5.3.0**.

License
-------

[](#license)

The Arpabet-to-IPA is released under the MIT public license.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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

Unknown

Total

1

Last Release

3985d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9bb8e58587ff2124ed4ec7bd25f45537145ebb57df689cdf107221cbfa4f37cc?d=identicon)[wwesantos](/maintainers/wwesantos)

---

Top Contributors

[![pronunciationcenter](https://avatars.githubusercontent.com/u/12769053?v=4)](https://github.com/pronunciationcenter "pronunciationcenter (5 commits)")[![wwesantos](https://avatars.githubusercontent.com/u/3859541?v=4)](https://github.com/wwesantos "wwesantos (4 commits)")

---

Tags

dictionaryarpabetipapronunciationphoneme

### Embed Badge

![Health badge](/badges/wwesantos-arpabet-to-ipa/health.svg)

```
[![Health](https://phpackages.com/badges/wwesantos-arpabet-to-ipa/health.svg)](https://phpackages.com/packages/wwesantos-arpabet-to-ipa)
```

###  Alternatives

[knplabs/dictionary-bundle

Are you often tired to repeat static choices like gender or civility in your apps ?

88284.0k](/packages/knplabs-dictionary-bundle)[equip/structure

Simple, immutable data structures

40201.9k2](/packages/equip-structure)[sinergi/dictionary

PHP Dictionary library

1514.1k2](/packages/sinergi-dictionary)[webinarium/php-dictionary

Static dictionary implementation for PHP

1019.1k](/packages/webinarium-php-dictionary)[carloswph/linguistics

Linguistics and language tools in PHP.

101.0k](/packages/carloswph-linguistics)

PHPackages © 2026

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