cherryred5959 / instagram-tag-scraper
0.0.3
2019-02-18 14:15 UTC
Requires
- php: >=5.6
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^5.7.27
- symfony/var-dumper: ^3.4.22
This package is auto-updated.
Last update: 2025-06-06 16:21:50 UTC
README
Instagram tag search for top recently list
Installing
composer require cherryred5959/instagram-tag-scraper
Usage
$client = new \GuzzleHttp\Client(); $instagram = new \Cherryred5959\InstagramTagScraper\Instagram($client); $responses = $instagram->search('something');
Development
composer install
Example
php examples/search.php