PHPackages                             alkoumi/laravel-arabic-tafqeet - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. alkoumi/laravel-arabic-tafqeet

ActiveLibrary[Localization &amp; i18n](/categories/localization)

alkoumi/laravel-arabic-tafqeet
==============================

a package to translate money numbers to our Amazing 💝 Arabic language TAFQEET . to look like \[فقط تسعمائة ألف ريال و أربعة و ثلاثون هللة لاغير\]

3017.0k↓47.2%6[2 issues](https://github.com/alkoumi/laravel-arabic-tafqeet/issues)PHP

Since Feb 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/alkoumi/laravel-arabic-tafqeet)[ Packagist](https://packagist.org/packages/alkoumi/laravel-arabic-tafqeet)[ RSS](/packages/alkoumi-laravel-arabic-tafqeet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Arabic Tafqeet تفقيط الأرقام باللغة العربية
===================================================

[](#laravel-arabic-tafqeet--تفقيط-الأرقام-باللغة-العربية)

[![License](https://camo.githubusercontent.com/e621b99abf00533b25ec48d0e9a205e916be283cfaa4ea1a00c9e97bc8ad608f/68747470733a2f2f706f7365722e707567782e6f72672f616c6b6f756d692f6c61726176656c2d6172616269632d746166716565742f6c6963656e7365)](https://packagist.org/packages/alkoumi/laravel-arabic-tafqeet)[![Latest Stable Version](https://camo.githubusercontent.com/901f9998f2030a4c6c85d696ef28a5df00b11a5d68ef77e7bfe367f51956c5aa/68747470733a2f2f706f7365722e707567782e6f72672f616c6b6f756d692f6c61726176656c2d6172616269632d746166716565742f762f737461626c65)](https://packagist.org/packages/alkoumi/laravel-arabic-tafqeet)[![Total Downloads](https://camo.githubusercontent.com/7f6cefef71ef69218b88ad58bb4c2d7e336c13b353877cf1de201d3f3f44b2d7/68747470733a2f2f706f7365722e707567782e6f72672f616c6b6f756d692f6c61726176656c2d6172616269632d746166716565742f646f776e6c6f616473)](https://packagist.org/packages/alkoumi/laravel-arabic-tafqeet)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8daf74353d7217048fef2fc8a6f63e834b5b22f48119188dced2e9b1e6356679/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c6b6f756d692f6c61726176656c2d6172616269632d746166716565742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alkoumi/laravel-arabic-tafqeet/?branch=master)[![Code Intelligence Status](https://camo.githubusercontent.com/4cd25e24be1e901922318100d232a79512bc70a07a890f0a4926197598d5aa8c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c6b6f756d692f6c61726176656c2d6172616269632d746166716565742f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)

Recommendations!!! 🥰 Please try `alkoumi/laravel-arabic-numbers` 🤩 instead.
---------------------------------------------------------------------------

[](#recommendations--please-try-alkoumilaravel-arabic-numbers--instead)

Laravel package to translate money numbers to our Amazing 💝 Arabic language TAFQEET . to look like \[فقط تسعمائة ألف ريال و أربعة و ثلاثون هللة لاغير\]

\[Otherwise\]
-------------

[](#otherwise)

Installation to All Laravel Versions 🥳
--------------------------------------

[](#installation-to-all-laravel-versions-)

You can install the package via composer:

```
composer require alkoumi/laravel-arabic-tafqeet

```

The service provider will automatically get registered. Or you may manually add the service provider in your `config/app.php` file:

```
'providers' => [
    // ...
    Alkoumi\LaravelArabicTafqeet\LaravelArabicTafqeetServiceProvider::class,
];

```

Usage
-----

[](#usage)

[![Tafqeet](imags/tafqeet.png)](imags/tafqeet.png)

Simply pass amount as `Number` to the method `Tafqeet::inArabic($amount,'usd')`

the default currency is SAR you can change it by pass the currency with the $amount `Tafqeet::inArabic($amount,'usd')`

supporing most of arabic currencies same =&gt; `sar` , `egp` , `kwd` extra...

```
        use Alkoumi\LaravelArabicTafqeet\Tafqeet;

        // Default currency is sar
	$amount = App\cheque::first()->money;
	$tafqeetInArabic = Tafqeet::inArabic($amount);
        // Result => "فقط تسعمائة ألف ريال و أربعة و ثلاثون هللة لاغير"
```

```
        use Alkoumi\LaravelArabicTafqeet\Tafqeet;

        // change currency
	$amount = App\cheque::first()->money;
	$tafqeetInArabic = Tafqeet::inArabic($amount,'egp');
        // Result => "فقط تسعمائة ألف جنيه و أربعة و ثلاثون قرش لاغير"
```

#### Give Me 💗 Cup of ☕️ Coffee here

[](#give-me--cup-of-️-coffee-here-httpspatreoncommohammadelkoumi)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% 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://www.gravatar.com/avatar/7347145dd8f0802bd4458a339dd6ed9431c4e2533ba3e8808137c706cef1f5a4?d=identicon)[alkoumi](/maintainers/alkoumi)

---

Top Contributors

[![alkoumi](https://avatars.githubusercontent.com/u/10585943?v=4)](https://github.com/alkoumi "alkoumi (20 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (4 commits)")[![MuhammedAlkhudiry](https://avatars.githubusercontent.com/u/41856121?v=4)](https://github.com/MuhammedAlkhudiry "MuhammedAlkhudiry (1 commits)")

### Embed Badge

![Health badge](/badges/alkoumi-laravel-arabic-tafqeet/health.svg)

```
[![Health](https://phpackages.com/badges/alkoumi-laravel-arabic-tafqeet/health.svg)](https://phpackages.com/packages/alkoumi-laravel-arabic-tafqeet)
```

###  Alternatives

[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)[inpsyde/multilingual-press

Simply THE multisite-based free open source plugin for your multilingual websites.

2414.0k1](/packages/inpsyde-multilingual-press)[statikbe/laravel-chained-translator

The Laravel Chained Translator can combine several translators that can override each others translations.

36149.4k6](/packages/statikbe-laravel-chained-translator)

PHPackages © 2026

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