iferas93/arabic-to-english-number

Convert Arabic to English number

1.0.0 2020-06-27 09:15 UTC

This package is auto-updated.

Last update: 2024-09-28 19:47:35 UTC


README

Latest Version on Packagist Tests Total Downloads

Convert Arabic to English number.

Installation

You can install the package via composer:

composer require iferas93/arabic-to-english-number

Usage

use use Iferas93\ArToEn\Converter;
echo Converter::fromArabic('١')->toEnglish(); // output= 1

or

echo \Iferas93\ArToEn\Converter::fromArabic('١')->toEnglish(); // output= 1

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email ferasmo7mad@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.