tomtomklima / daysoftheyearscraper
Want to include cool day? Here's you tool!
dev-master
2016-12-11 00:40 UTC
Requires
- php: >=5.6.0
- ezyang/htmlpurifier: ^4.8
- sunra/php-simple-html-dom-parser: ^1.5
This package is auto-updated.
Last update: 2025-03-17 19:40:42 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.