Download the PHP package mamadogroup/instagram-php-scraper without Composer
On this page you can find all versions of the php package mamadogroup/instagram-php-scraper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mamadogroup/instagram-php-scraper
More information about mamadogroup/instagram-php-scraper
Files in mamadogroup/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/raiym/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 ~3.0
psr/http-client Version ~1.0
guzzlehttp/psr7 Version ^2.0