PHPackages                             sujalpatel/inttoenglish - 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. sujalpatel/inttoenglish

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

sujalpatel/inttoenglish
=======================

Convert Integers to English Words

v1.0.4(6y ago)61.6k↓33.3%3[1 issues](https://github.com/sujalpatel2209/IntegerToEnglish/issues)MITPHPPHP ^7.1

Since Oct 24Pushed 6y ago2 watchersCompare

[ Source](https://github.com/sujalpatel2209/IntegerToEnglish)[ Packagist](https://packagist.org/packages/sujalpatel/inttoenglish)[ Docs](https://github.com/sujalpatel2209/inttoenglish)[ RSS](/packages/sujalpatel-inttoenglish/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Convert Integer to English Words
================================

[](#convert-integer-to-english-words)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c136da7eaa242251562523afb243921dfe5d3e0103f51c7078a27727da8eafa5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73756a616c706174656c2f696e74746f656e676c6973682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sujalpatel/inttoenglish)[![Build Status](https://camo.githubusercontent.com/5db41037884869b98592b28ada4747bffd373313ea224d6c70fde7b7acbeadfd/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f73756a616c706174656c2f696e74746f656e676c6973682f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/sujalpatel/inttoenglish)[![Quality Score](https://camo.githubusercontent.com/c3e892e8e33758b59170924d7bf5a2aa57e32af61069e668b7328f17dfe8f21d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73756a616c706174656c2f696e74746f656e676c6973682e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/sujalpatel/inttoenglish)[![Total Downloads](https://camo.githubusercontent.com/b84c935ba18375af497236c56471ed1616f0355c57def81ff5dcd96f4b728af8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73756a616c706174656c2f696e74746f656e676c6973682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sujalpatel/inttoenglish)

Laravel package for converting numeric value to english words.

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

[](#installation)

You can install the package via composer:

```
composer require sujalpatel/inttoenglish
```

Usage
-----

[](#usage)

```
IntToEnglish::Int2Eng(1000); // One Thousand
IntToEnglish::Int2Eng(10500); // Ten Thousand Five hundred
```

Example
-------

[](#example)

Controller

```
use Illuminate\Http\Request;
use SujalPatel\IntToEnglish\IntToEnglish;

class TestController extends Controller
{
    public function index() {
            echo IntToEnglish::Int2Eng(4500000); //Four Million Five Hundred Thousand
    }
}
```

Route

```
Route::get('/', 'TestController@index');
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Sujal Patel](https://github.com/sujalpatel2209)
- [Laravel Package Boilerplate](https://laravelpackageboilerplate.com)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

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

Every ~0 days

Total

4

Last Release

2393d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/194ff2229ad4ab86fd82f4edcf14e6b2d58691f2fd5b8fe8f3d2a5e20a04fdbf?d=identicon)[sujalpatel022](/maintainers/sujalpatel022)

---

Top Contributors

[![php-wmt-sujal](https://avatars.githubusercontent.com/u/17723505?v=4)](https://github.com/php-wmt-sujal "php-wmt-sujal (5 commits)")[![bhavikji](https://avatars.githubusercontent.com/u/30281971?v=4)](https://github.com/bhavikji "bhavikji (2 commits)")[![sujalpatel2209](https://avatars.githubusercontent.com/u/24549963?v=4)](https://github.com/sujalpatel2209 "sujalpatel2209 (2 commits)")

---

Tags

convertconverterhacktoberfestint2englishinteger-conversionintegertostringinterger2englishintergertoenglishlaravelnumber-converternumber-to-wordsnumbers-to-textnumbertowordsconvertersujalpatelinttoenglishint2english

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sujalpatel-inttoenglish/health.svg)

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

###  Alternatives

[mark-gerarts/auto-mapper-plus

An AutoMapper for PHP

5623.2M21](/packages/mark-gerarts-auto-mapper-plus)[iamcal/php-emoji

This is a PHP library for dealing with Emoji, allowing you to convert between various native formats and displaying them using HTML.

1.3k481.1k](/packages/iamcal-php-emoji)[matthiasmullie/path-converter

Relative path converter

10229.6M7](/packages/matthiasmullie-path-converter)[ncjoes/office-converter

PHP Wrapper for LibreOffice

2431.2M4](/packages/ncjoes-office-converter)[henck/rtf-to-html

RTF to HTML converter in PHP

108785.6k1](/packages/henck-rtf-to-html)[nizsheanez/yii2-asset-converter

Less, Sass, Scss and Phamlp converter for Yii2. No system requires. yii2-composer support, Less autoupdate, customizing of output directory

64167.5k6](/packages/nizsheanez-yii2-asset-converter)

PHPackages © 2026

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