PHP code example of smochin / how-old-php-crawler
1. Go to this page and download the library: Download smochin/how-old-php-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/ */
smochin / how-old-php-crawler example snippets
$crawler = new Smochin\HowOld\Crawler();
$result = $crawler->analyze('https://pbs.twimg.com/profile_images/558109954561679360/j1f9DiJi.jpeg');