PHPackages                             davidyell/numbers\_to\_words - 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. davidyell/numbers\_to\_words

AbandonedArchivedCakephp-plugin[Utility &amp; Helpers](/categories/utility)

davidyell/numbers\_to\_words
============================

A helper for converting numbers into words

0.0.5(6y ago)02.6k2MITPHP

Since Oct 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/davidyell/CakePHP3-NumbersToWords)[ Packagist](https://packagist.org/packages/davidyell/numbers_to_words)[ Docs](https://github.com/davidyell/CakePHP3-NumbersToWords)[ RSS](/packages/davidyell-numbers-to-words/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

NumbersToWordsHelper
====================

[](#numberstowordshelper)

A helper for CakePHP3 to convert numbers into words.

Have you ever wanted to use a number as a css class? Or title items in a loop, but number just look messy? I have, and so I made this quick plugin to solve that problem.

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

[](#installation)

You can find the plugin listed on Packagist.
[https://packagist.org/packages/davidyell/numbers\_to\_words](https://packagist.org/packages/davidyell/numbers_to_words)

You can use this to require it into your CakePHP 3 project by adding it to your `composer.json` file.

Configuration
-------------

[](#configuration)

You need to load the plugin in your `config/bootstrap.php``Plugin::load('NumbersToWords');`

You'll need to add it to your controllers helpers array and configure your locale.

```
public $helpers = [
	'NumbersToWords.NumbersToWords' => [
		'locale' => 'en_GB'
	]
];
```

Usage
-----

[](#usage)

```

```

Contribution
------------

[](#contribution)

If you would like to add more conversions, please fork and submit a pull request.

License
-------

[](#license)

See [LICENSE](LICENSE)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~496 days

Total

5

Last Release

2227d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d57752a98aa935325fbb6daf6ddb0fa42e4c8576f84a82e7ce8e263fa04ba852?d=identicon)[davidyell](/maintainers/davidyell)

---

Top Contributors

[![davidyell](https://avatars.githubusercontent.com/u/49889?v=4)](https://github.com/davidyell "davidyell (7 commits)")[![ogrrd](https://avatars.githubusercontent.com/u/4610903?v=4)](https://github.com/ogrrd "ogrrd (1 commits)")

---

Tags

helpercakephpconversionwordsnumbers

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/davidyell-numbers-to-words/health.svg)

```
[![Health](https://phpackages.com/badges/davidyell-numbers-to-words/health.svg)](https://phpackages.com/packages/davidyell-numbers-to-words)
```

###  Alternatives

[kwn/number-to-words

Multi language standalone PHP number to words converter. Fully tested, open for extensions and new languages.

4235.0M21](/packages/kwn-number-to-words)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[drmonkeyninja/cakephp-social-share

CakePHP helper for creating social share/bookmark links

34103.3k](/packages/drmonkeyninja-cakephp-social-share)[dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

1646.8k1](/packages/dereuromark-cakephp-calendar)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

2988.9k3](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-url-cache

CakePHP plugin to speed up URL reverse lookup

24117.2k](/packages/dereuromark-cakephp-url-cache)

PHPackages © 2026

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