KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
arabic-laravel
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
practical-ml
:
Practical machine learning with the Jupyter Notebook.
introduccion-cd-ml
:
Introducción a la ciencia de datos y al aprendizaje automático
TinyBasicESP32
:
A tiny basic derivative that leverages the ESP32 with an SD card and TFT display
cs544-old
:
CS544 - Enterprise Architecture Examples
react-native-auth-login-starter
:
This is a react-native starter kit with login and signup authentication flow using react-navigation.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
arabic-laravel
?
Download (.md)
# arabic-laravel Arabic package for laravel, Arabic date, build substring from pre-configured arabic string, Arabic number, and sentence includs "since YY MM DD HH:MM:SS" in Arabic format. ## Installation ### With Composer ``` $ composer require ahmedsaoud31/arabic-laravel dev-master ``` or ```json { "require": { "ahmedsaoud31/arabic-laravel": "dev-master" } } ``` ##### run command "composer update" in your project root # Use ### Ex1: use Arabic\Arabic; ... $arabicText = 'إضافة اللغة العربية لإطار العمل لارافيل'; $len = 40; echo Arabic::cut($arabicText, $len); ###outputs إضافة اللغة العربية... ### Ex2: ##### first argument format and second argument are the time in timestamps or strtotime php functions input format ##### if second argument not set, the server time will be used instead. echo Arabic::adate('w j من F Y g:i A'); ### outputs ٠ ١ من فبراير ٢٠١٥ ١:٠١ مساءاً ### Ex3: echo Arabic::num('12.09'); ### outputs ١٢٫٠٩ ### Ex4: ##### time format in timestamps or strtotime php functions input format echo 'منذ '.Arabic::since('1-1-2015'); ### outputs منذ ثوان منذ 32 دقيقة منذ ساعة و 20 دقيقة منذ 10 ساعات و 10 دقائق منذ يوم و 15 دقيقة منذ يوم و ساعة منذ يوم و 12 ساعة منذ إسبوع و ثوان منذ إسبوع و ساعة منذ إسبوع و 5 أيام منذ شهر و يوم منذ شهر و إسبوع منذ شهر و إسبوعان منذ 10 أشهر و 6 أيام منذ عام و إسبوع منذ عام و شهر منذ 3 أعوام و 5 أشهر