navari / instagram-scraper
Instagram Scrapper without login
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/navari/instagram-scraper
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.