Skip to content

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

License

alkoumi/laravel-arabic-tafqeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License Latest Stable Version Total Downloads Scrutinizer Code Quality Code Intelligence Status

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

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

[Otherwise]

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

Tafqeet

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 => 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 https://patreon.com/mohammadelkoumi

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages