PHP code example of pyaesoneaung / 2d-crawler

1. Go to this page and download the library: Download pyaesoneaung/2d-crawler 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/ */

    

pyaesoneaung / 2d-crawler example snippets


use PyaeSoneAung\TwoDigitCrawler\TwoDigitCrawler;

$twoDigit = new TwoDigitCrawler;

$twoDigit->getSet(); // "1,685.75"
$twoDigit->getVal(); // "63,797.02"
$twoDigit->getNumber(); // "57"
$twoDigit->getStatus(); // "Closed"