2017 © Pedro Peláez
 

plugin arabic

Arabic package for laravel4, arabic date, cut arabic string, arabic numer and since arabic format

image

ahmedsaoud31/arabic

Arabic package for laravel4, arabic date, cut arabic string, arabic numer and since arabic format

  • Thursday, November 9, 2017
  • by ahmedsaoud31
  • Repository
  • 1 Watchers
  • 13 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Updated for Laravel 5 or any other version of Laravel or use it alone

Updated Arabic Laravel, (*1)

Arabic-laravel4

Arabic package for laravel4, arabic date, cut arabic string, arabic numer and since arabic format, (*2)

install

open composer.json file in your project root and add package require
"require": {
    ...
    "ahmedsaoud31/arabic": "dev-master"
}
run command "composer update" in your project root
go to app/config/app.php and add to Providers array this line
'Ahmedsaoud31\Arabic\ArabicServiceProvider',

Use

Ex1:

    $arabicText = 'إضافة اللغة العربية لإطار العمل لارافيل';
    $len = 40;
    echo Arabic::cut($arabicText, $len);

outbuts

إضافة اللغة العربية..., (*3)

Ex2:

first argument format and scound argument the time in timesstamps or strtotime php functions input format
if scound argument not set, now server time will be use
echo Arabic::adate('w j من F Y g:i A');

outbuts

٠ ١ من فبراير ٢٠١٥ ١:٠١ مساءاً, (*4)

Ex3:

     echo Arabic::num('12.09');

outbuts

١٢٫٠٩, (*5)

Ex4:

time format in timesstamps or strtotime php functions input format
echo 'منذ '.Arabic::since('1-1-2015');

outbuts

منذ ثوان, (*6)

منذ 32 دقيقة, (*7)

منذ ساعة و 20 دقيقة, (*8)

منذ 10 ساعات و 10 دقائق, (*9)

منذ يوم و 15 دقيقة, (*10)

منذ يوم و ساعة, (*11)

منذ يوم و 12 ساعة, (*12)

منذ إسبوع و ثوان, (*13)

منذ إسبوع و ساعة, (*14)

منذ إسبوع و 5 أيام, (*15)

منذ شهر و يوم, (*16)

منذ شهر و إسبوع, (*17)

منذ شهر و إسبوعان, (*18)

منذ 10 أشهر و 6 أيام, (*19)

منذ عام و إسبوع, (*20)

منذ عام و شهر, (*21)

منذ 3 أعوام و 5 أشهر, (*22)

The Versions

09/11 2017

dev-master

9999999-dev http://github.com/ahmedsaoud31/Arabic-laravel4

Arabic package for laravel4, arabic date, cut arabic string, arabic numer and since arabic format

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

The Development Requires

by ahmed