Skip to content

HassanHelfi/NumToArabic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) عند استعمال ألارقام