navari / instagram-scraper
Instagram Scrapper without login
v0.1.2
2021-04-07 08:14 UTC
Requires
- guzzlehttp/guzzle: ^7.3
README
PHP library to scrape instagram account data.
Installation
composer require navari/instagram-scraper
Example
// Retrieving subcription data $instagram = new \Navari\InstagramScrapper\Instagram(); $instagram = $instagram->getAccount('neymarjr');
Result:
\Navari\InstagramScrapper\Models\Account::class
Changelog
Changes are documented in the releases page.
License
The library is open-sourced software licensed under the MIT License.