Download the PHP package artmedia-llc/instagram-php-scraper without Composer
On this page you can find all versions of the php package artmedia-llc/instagram-php-scraper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download artmedia-llc/instagram-php-scraper
More information about artmedia-llc/instagram-php-scraper
Files in artmedia-llc/instagram-php-scraper
Package instagram-php-scraper
Short Description Instagram PHP Scraper. Get account information, photos and videos without any authorization
License MIT
Homepage https://github.com/Artmedia-LLC/instagram-php-scraper
Informations about the package instagram-php-scraper
Instagram PHP Scraper
This library is based on the Instagram web version. We develop it because nowadays it is hard to get an approved Instagram application. The purpose is to support every feature that the web desktop and mobile version support.
Dependencies
Code Example
Some methods do not require authentication:
If you use authentication it is recommended to cache the user session. In this case you don't need to run the $instagram->login()
method every time your program runs:
Using proxy for requests:
Installation
Using composer
or
If you don't have composer
You can download it here.
Examples
See examples here.
Other
Java library: https://github.com/postaddictme/instagram-java-scraper
All versions of instagram-php-scraper with dependencies
ext-curl Version *
ext-json Version *
psr/simple-cache Version ~1.0
guzzlehttp/guzzle Version ^7.0.1