Best laravel framework open-source packages.

Carbony

Hijri date library on top of Carbon
Updated 4 months ago

Hijri date library on top of Carbon

Installation

You can install the package via composer:

$ composer require cammac/carbony

Usage

you can use it just like Carbon package i just add two functions

hijriFormat

format the timestamp to hijri date (convert gregorian to hijri)

 Carbony::now()->hijriFormat('Y-m-d')

hijriParse

parse the input and convert it to gregorian

Carbony::hijriParse('1409-06-14')

Testing

$ vendor/bin/phpunit

Security

If you discover any security related issues, please email abdullah@efront.sa instead of using the issue tracker.

Credits

License

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

Tags carbon php