PHP code example of mndco / iranian-holidays

1. Go to this page and download the library: Download mndco/iranian-holidays 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/ */

    

mndco / iranian-holidays example snippets



MNDCo\IranianHoliday\IranianHoliday;

$holiday = new IranianHoliday();
$date = "1399-07-26";
if($holiday->checkIsHoliday($date))
    var_dump($holiday->getHolidayTitle($date));