You can install the package via composer:
$ composer require cammac/carbony
you can use it just like Carbon package i just add two functions
format the timestamp to hijri date (convert gregorian to hijri)
Carbony::now()->hijriFormat('Y-m-d')
parse the input and convert it to gregorian
Carbony::hijriParse('1409-06-14')
$ vendor/bin/phpunit
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.