tomtomklima / daysoftheyearscraper
Want to include cool day? Here's you tool!
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tomtomklima/daysoftheyearscraper
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-09-17 20:41:19 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.