iferas93 / arabic-to-english-number
Convert Arabic to English number
1.0.0
2020-06-27 09:15 UTC
Requires
- php: ^7.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2025-01-28 20:26:37 UTC
README
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.