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
Requires
- php: >=7.0
- ext-json: *
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: ~5.5
This package is auto-updated.
Last update: 2025-10-07 22:07:17 UTC
README
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');