PHP code example of giordanolima / loterias-api
1. Go to this page and download the library: Download giordanolima/loterias-api 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/ */
giordanolima / loterias-api example snippets
$api = new \GiordanoLima\LoteriasApi\DiaDeSorte();
$api = new \GiordanoLima\LoteriasApi\DuplaSena();
$api = new \GiordanoLima\LoteriasApi\Federal();
$api = new \GiordanoLima\LoteriasApi\Loteca();
$api = new \GiordanoLima\LoteriasApi\Lotofacil();
$api = new \GiordanoLima\LoteriasApi\Lotogol();
$api = new \GiordanoLima\LoteriasApi\Lotomania();
$api = new \GiordanoLima\LoteriasApi\MegaSena();
$api = new \GiordanoLima\LoteriasApi\Quina();
$api = new \GiordanoLima\LoteriasApi\Timemania();
$api = new \GiordanoLima\LoteriasApi\MegaSena(2139);