PHPackages                             rck6982/numbers2words-bundle - 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. [Templating &amp; Views](/categories/templating)
4. /
5. rck6982/numbers2words-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

rck6982/numbers2words-bundle
============================

Bundle for Symfony2 - Convert numbers to words

1.1.2(10y ago)046MITPHP

Since Apr 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ricky6982/Numbers2WordsBundle)[ Packagist](https://packagist.org/packages/rck6982/numbers2words-bundle)[ RSS](/packages/rck6982-numbers2words-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (16)Used By (0)

Numbers2WordsBundle
===================

[](#numbers2wordsbundle)

Bundle para aplicaciones Symfony2, agrega un filtro en Twig para convertir un numero en palabras.

en Twig

```
{{ 13 | toWords }}
```

salida

```
trece

```

Instalación
-----------

[](#instalación)

### Descargando el Bundle

[](#descargando-el-bundle)

Abra la consola, ingrese al directorio de su proyecto y ejecute el siguiente comando:

```
$ composer require rck6982/numbers2words-bundle
```

### Agregando la Extension a Twig

[](#agregando-la-extension-a-twig)

En su Proyecto Symfony2 abra el archivo app/config/config.yml y agregue al final lo siguiente:

```
services:
    numbers2words.twig_extension:
        class: Rck6982\Numbers2WordsBundle\Twig\Extension\Numbers2WordsExtension
        public: false
        tags:
            - { name: twig.extension }
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity71

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

15

Last Release

3668d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99753536bb2b3ddd59da5c872b17a9a22a103ad1b5a606cd1f9abbdfa536a75d?d=identicon)[ricky6982](/maintainers/ricky6982)

---

Top Contributors

[![ricky6982](https://avatars.githubusercontent.com/u/1660635?v=4)](https://github.com/ricky6982 "ricky6982 (24 commits)")

---

Tags

twigwordsextensionnumbers

### Embed Badge

![Health badge](/badges/rck6982-numbers2words-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rck6982-numbers2words-bundle/health.svg)](https://phpackages.com/packages/rck6982-numbers2words-bundle)
```

###  Alternatives

[shoot/shoot

Shoot aims to make providing data to your templates more manageable

41229.9k2](/packages/shoot-shoot)[redant/twig-components

Define reusable components in Twig.

3819.8k1](/packages/redant-twig-components)

PHPackages © 2026

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