cherryred5959 / instagram-tag-scraper
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 1
pkg:composer/cherryred5959/instagram-tag-scraper
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: 2026-01-06 17:54:12 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