moamahfouz/laravel-functions-extender

Some common functions I always use for arabic laravel projects

dev-master 2023-12-30 15:47 UTC

This package is auto-updated.

Last update: 2025-05-29 01:57:52 UTC


README

Extending Laravel Functionalities for arabic projects

Installation

composer require moamahfouz/laravel-functions-extender

Usage

use Moamahfouz\LaravelFunctionsExtender\LaravelFunctionsExtender;

$extender = new LaravelFunctionsExtender();
$extender->formatDateTimeToArabic($dateTimeValue);

// example
$extender->formatDateToArabic('2023-12-28'); 
// 28 ديسمبر 2023 

Functions table

Function Description example
formatDateToArabic() format date to arabic 28 ديسمبر 2023
formatDateTimeToArabic() format date time to arabic 28 ديسمبر 2023 12:00
formatDateTimeToArabicWithAmPm() format date time to arabic 28 ديسمبر 2023 12:00 صباحاً

Security

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

License

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