PHPackages                             inquid/yii-en-letras - 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. inquid/yii-en-letras

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

inquid/yii-en-letras
====================

Convierte un número a letras

066PHP

Since Jan 3Pushed 7y ago2 watchersCompare

[ Source](https://github.com/inquid/yii-to-words)[ Packagist](https://packagist.org/packages/inquid/yii-en-letras)[ RSS](/packages/inquid-yii-en-letras/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Yii Numero Letras
=================

[](#yii-numero-letras)

Convierte un número a letras

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist inquid/yii-en-letras "*"

```

or add

```
"inquid/yii-en-letras": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
        $letras = EnLetras::convertir(12345);
```

Si deseas convertir un número con decimales y mostrar la moneda:

```
        $letras = EnLetras::convertir(12345.67, 'colones', 'centimos');
```

Lo cual te devuelve: *DOCE MIL TRESCIENTOS CUARENTA Y CINCO COLONES CON SESENTA Y SIETE CENTIMOS*

Créditos
--------

[](#créditos)

Basado en

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1505641?v=4)[Luis Gonzalez](/maintainers/gogl92)[@gogl92](https://github.com/gogl92)

---

Top Contributors

[![gogl92](https://avatars.githubusercontent.com/u/1505641?v=4)](https://github.com/gogl92 "gogl92 (10 commits)")

### Embed Badge

![Health badge](/badges/inquid-yii-en-letras/health.svg)

```
[![Health](https://phpackages.com/badges/inquid-yii-en-letras/health.svg)](https://phpackages.com/packages/inquid-yii-en-letras)
```

###  Alternatives

[b13/assetcollector

Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10118.4k](/packages/b13-assetcollector)[miranj/craft-router

Use URL segments as filtering criteria on an entry query.

231.6k](/packages/miranj-craft-router)

PHPackages © 2026

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