Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 297 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 297 Bytes

Selae scraper

Scraper for SELAE (Spanish state lottery & betting operator)

Currently scraped pages:

  • LaQuiniela

Installation

composer require subzeta/selae-scraper

Use

<?php

use subzeta\SelaeScraper\Page\LaQuiniela\Scrapper;

var_dump(
    (new Scrapper())->scrape()
);