PHPackages                             pendenga/phonespell - 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. pendenga/phonespell

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

pendenga/phonespell
===================

Spell Words with a Phone Number

0.1.0(6y ago)021nonePHPPHP ^7.1CI failing

Since Mar 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/pendenga/phonespell)[ Packagist](https://packagist.org/packages/pendenga/phonespell)[ RSS](/packages/pendenga-phonespell/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Phone Spell
===========

[](#phone-spell)

Spell words with a phone number. This library contains word lists and functions necessary to efficiently find words hidden within phone numbers so you can more easily remember them. This project was inspired when we got a new conference bridge system at work, and I have to remember a six-digit conference line now instead of the old one-digit line.

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

[](#installation)

This package is hosted on packagist installable via [Composer](https://getcomposer.org/).

### Requirements

[](#requirements)

- PHP version 7.1 or greater (7.2+ recommended)
- Composer (for installation)

### Installing Via Composer

[](#installing-via-composer)

Run the following at the command line in your repo:

```
composer require pendenga/phonespell
```

Or add the following lines to your composer.json file...

```
"require": {
  "pendenga/phonespell": "0.1.0",
},
```

and run the following command:

```
$ composer update
```

This will set the **Pendenga PhoneSpell** as a dependency in your project and install it.

When bootstrapping your application, you will need to require `'vendor/autoload.php'` in order to setup autoloading.

Usage Example
-------------

[](#usage-example)

```
use Pendenga\PhoneSpell\Dictionary;
use Pendenga\PhoneSpell\PhoneSpell;
use Pendenga\PhoneSpell\WordListFactory;
use Psr\Log\NullLogger;

$logger = new NullLogger();
$wlf = WordListFactory::instance(Dictionary::instance($logger), $logger);

$results = PhoneSpell::instance($wlf, $logger)->lookForAllWords('593563');

print "Top 10 Results: \n";
print_r(array_slice($results, 0, 10));
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27fbb3bb3008265520daa337334fb9b3ae57bb282bc7d4785784bf8be1d7d855?d=identicon)[pendenga](/maintainers/pendenga)

---

Top Contributors

[![pendenga](https://avatars.githubusercontent.com/u/29118?v=4)](https://github.com/pendenga "pendenga (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pendenga-phonespell/health.svg)

```
[![Health](https://phpackages.com/badges/pendenga-phonespell/health.svg)](https://phpackages.com/packages/pendenga-phonespell)
```

###  Alternatives

[ecotone/ecotone

Supporting you in building DDD, CQRS, Event Sourcing applications with ease.

558549.8k17](/packages/ecotone-ecotone)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[j0k3r/php-readability

Automatic article extraction from HTML

186808.8k6](/packages/j0k3r-php-readability)[symfony/ai-platform

PHP library for interacting with AI platform provider.

51927.7k136](/packages/symfony-ai-platform)[symfony/ai-agent

PHP library for building agentic applications.

30536.7k44](/packages/symfony-ai-agent)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)

PHPackages © 2026

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