smochin / how-old-php-crawler
A simple PHP Crawler for how-old.net
1.0.0
2016-12-24 03:14 UTC
Requires
- php: >=7.0
- ext-json: *
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: ~5.5
This package is auto-updated.
Last update: 2024-11-07 20:14:41 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');