uthman/tafqeet

Simple package to transform arabic money numbers to words.

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/uthman/tafqeet

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

This package is auto-updated.

Last update: 2025-10-10 09:33:03 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"