smochin/how-old-php-crawler

A simple PHP Crawler for how-old.net

Maintainers

Package info

github.com/smochin/how-old-php-crawler

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

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2016-12-24 03:14 UTC

This package is auto-updated.

Last update: 2026-03-07 23:01:40 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');