uthman/tafqeet

Simple package to transform arabic money numbers to words.

dev-master 2020-01-09 20:25 UTC

This package is auto-updated.

Last update: 2025-03-10 08:04:00 UTC


README

Simple package to transform arabic money numbers to words.

Installation

composer require uthman/tafqeet

Usage

use Uthman\Tafqeet\Tafqeet;

echo (new Tafqeet)->parse("123.456");
// فقط مائة وثلاثة وعشرون دينار واربعمائة وستة وخمسون فلساَ لا غير

Configuration

publish configuration file

php artisan vendor:publish --provider="Uthman\\Tafqeet\\TafqeetServiceProvider"