PHP code example of astronati / fantasy-football-quotations-parser
1. Go to this page and download the library: Download astronati/fantasy-football-quotations-parser library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
astronati / fantasy-football-quotations-parser example snippets
// Obtain a QuotationsParser
$quotationsParser = QuotationsParserFactory::create(GazzettaMapSince2017::class);
// Get the quotations, ready to be used
$quotations = $quotationsParser->getQuotations('example/files/2017_quotazioni_gazzetta_02.xls');
$quotations[0]->isWithoutVote();
$quotations[0]->getGoalsMagicPoints();