smochin/how-old-php-crawler

A simple PHP Crawler for how-old.net

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/smochin/how-old-php-crawler

1.0.0 2016-12-24 03:14 UTC

This package is auto-updated.

Last update: 2025-10-07 22:07:17 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');