Calendar related dataset for noccylabs/dataset
Go to file
Chris b01163cb1e Fixed composer, readme 2022-09-03 16:19:44 +02:00
bankholidays/se Cleanup bankholidays.se dataset 2022-09-03 16:10:07 +02:00
README.md Fixed composer, readme 2022-09-03 16:19:44 +02:00
composer.json Fixed composer, readme 2022-09-03 16:19:44 +02:00
dataset.json Fixed dataset manifest 2022-09-03 15:49:29 +02:00

README.md

Calendar related datasets

This package contains calendar related data that can be imported into any application.

Datasets

Name Contents
bankholidays.se Swedish bank holidays

Usage

Open the dataset and iterate the data:

$dm = new NoccyLabs\Dataset\DatasetManager();
$ds = $dm->openDataset("noccylabs/dataset-calendar#bankholidays.se");
// Iterate the records
foreach ($ds as $row) {
  // ...
}