PHPackages                             jitup1/amountinwords - 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. jitup1/amountinwords

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

jitup1/amountinwords
====================

A package to convert amount into words

1.1.2(1y ago)04MITPHPPHP ^7.4|^8.0

Since Feb 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jitup123/Amountinword)[ Packagist](https://packagist.org/packages/jitup1/amountinwords)[ RSS](/packages/jitup1-amountinwords/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Amount in Words
===============

[](#amount-in-words)

Installation
============

[](#installation)

You can install the package via Composer. Run the following command in your Laravel project's root directory:

```
composer require jitup1/amountinwords

Usage
'providers' => [
    // Other Service Providers

    jitup1\amountinwords\AmountinwordsServiceProvider::class,
],

amountInWords = $amountInWords;
    }

    public function index()
    {
        $amount = 12345; // Example amount
        $words = $this->amountInWords->displayWords($amount);

        return response()->json([
            'amount' => $amount,
            'in_words' => $words,
        ]);
    }
}
Step 3: Create a Route
You can create a route to access the controller in your routes/web.php (or routes/api.php) file:

use App\Http\Controllers\AmountController;

Route::get('/amount-in-words', [AmountController::class, 'index']);

Usage
   $amount = 4000.00; // Example amount
    // Call the correct method to convert amount to words with currency names
    $words = $this->amountInWords->amountToWords($amount, 'USD', 'cents');

    return response()->json([
        'amount' => $amount,
        'in_words' => $words,

Author
jitup123
Email: patel.jitendra.jitu@gmail.com

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance43

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.9% 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

448d ago

### Community

Maintainers

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

---

Top Contributors

[![jitup321](https://avatars.githubusercontent.com/u/113900688?v=4)](https://github.com/jitup321 "jitup321 (11 commits)")[![jitup123](https://avatars.githubusercontent.com/u/30326785?v=4)](https://github.com/jitup123 "jitup123 (8 commits)")

---

Tags

laravelconverterwordscrmERPamountamount in wordsamount to wordsamount converter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jitup1-amountinwords/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[hnhdigital-os/laravel-number-converter

Number to word, roman, ordinal converter

20163.3k2](/packages/hnhdigital-os-laravel-number-converter)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[binshops/laravel-ticket

A simple ticketing system for Laravel 5.1 – 5.8 and 6.\* - 7.\* - 8.\* - 9.\* - 10.\* -which integrates smoothly with Laravel default users and auth system

261.0k](/packages/binshops-laravel-ticket)

PHPackages © 2026

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