1. Go to this page and download the library: Download geniusts/hijri-dates library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
// This function return a Carbon instance.
$date = \GeniusTS\HijriDate\Hijri::convertToGregorian(8, 8, 1438);
use GeniusTS\HijriDate\Date;
$today = Date::today();
// use the second parameter to return indian numbers
echo $today->format('l d F o', Date::INDIAN_NUMBERS);