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 today

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

25

—

LowBetter than 35% of packages

Maintenance41

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

494d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32490149?v=4)[jitup1](/maintainers/jitup1)[@jitup1](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.2k](/packages/venturedrake-laravel-crm)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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