uthman/tafqeet

Simple package to transform arabic money numbers to words.

Maintainers

Package info

bitbucket.org/othman_aladlan/tafqeet

pkg:composer/uthman/tafqeet

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

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

This package is auto-updated.

Last update: 2026-03-10 10:21:19 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"