tomtomklima/daysoftheyearscraper

Want to include cool day? Here's you tool!

dev-master 2016-12-11 00:40 UTC

This package is auto-updated.

Last update: 2024-03-17 17:30:57 UTC


README

Want to have cool list of occasions in given day or month? You hit the right package!

Installation

composer`require tomtomklima/daysoftheyearscraper

Usage

require_once __DIR__ .'/vendor/autoload.php';

$scraper = new tomtomklima\DaysOfTheYearScraper\DaysOfTheYearScraper();

$json = $scraper->getMonth(2016, 03);```


##Content

Function getMonth returns object of elements; each element has header, description, link to actual page and object img with src and alt text.