PHP code example of huszerldani / laravel-szunetnapok-api
1. Go to this page and download the library: Download huszerldani/laravel-szunetnapok-api 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/ */
huszerldani / laravel-szunetnapok-api example snippets
use Pinasen\SzunetNapok\SzunetNapok;
$year = 2021;
// Év megadása nem kötelező.
// Alapértelmezetten az aktuális évet kéri le
$szunetnapok = SzunetNapok::getYear($year);