Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 578 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 578 Bytes

NumToArabic

Convert numbers to Arabic words in PHP

Installation

composer require hassanhelfi/number-to-arabic

Usage

Important

Use string data type to use numbers.

<?php

use Hassanhelfi\NumberToArabic\NumToArabic;

$arabic_num = NumToArabic::number2Word('1045568'); 
//ملیون وخمسة وأربعین الف وخمسمائة وثمانية وستین
?>

تحويل الأرقام إلى ما يقابلها كتابة بالعربية

استخدم السلاسل النصية (string) عند استعمال ألارقام