smochin/how-old-php-crawler

A simple PHP Crawler for how-old.net

1.0.0 2016-12-24 03:14 UTC

This package is auto-updated.

Last update: 2024-04-07 19:03:02 UTC


README

Join the chat at https://gitter.im/smochin/how-old-php-crawler Total Downloads Latest Stable Version Branch master Build Status

A simple PHP Crawler for how-old.net.

Installation

Package is available on Packagist, you can install it using Composer.

composer require smochin/how-old-php-crawler

Dependencies

  • PHP 7
  • json extension
  • cURL extension

Get started

Initialize the Crawler

$crawler = new Smochin\HowOld\Crawler();

Analyze image

$result = $crawler->analyze('https://pbs.twimg.com/profile_images/558109954561679360/j1f9DiJi.jpeg');