项目作者: AbdullahObaid

项目描述 :
A Laraval Package to convert Arabic numerals from any user input to a numeric value.
高级语言: PHP
项目地址: git://github.com/AbdullahObaid/Laravel-Arabic-Numbers.git
创建时间: 2017-06-10T19:48:33Z
项目社区:https://github.com/AbdullahObaid/Laravel-Arabic-Numbers

开源协议:Other

下载


Description

A Laraval Package to convert Arabic numerals (٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩) from any user input to a numeric value.

Table of Contents

Features

This plugin proccess all inputs using a middleware and convert any arabic numerals input to a number ٢ will become 2. The problem often happen with arabic inputs from Apple Devices (iphone, ipad, Mac’s …etc).

Installation

Install with composer by running composer require abdullahobaid/arabicnumbers:dev-master
Composer will download and install the package.

That’s it :)

That’s it ! now any user input will go through a custom middleware to replace any arabic numerals to its numeric value

License

Waqf General Public Licens

Essentials