postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.
https://packagist.org/packages/raiym/instagram-php-scraper
MIT License
3.08k stars 798 forks source link

can't access protected property #151

Closed chrismccoy closed 7 years ago

chrismccoy commented 7 years ago

You have made the values protected, so they cannot be accessed.

 PHP Fatal error:  Cannot access protected property InstagramScraper\Model\Media::$caption
chrismccoy commented 7 years ago

using the

 composer require raiym/instagram-php-scraper

method fixes this

thagxt commented 7 years ago

If executing the composer command above gives you this error:

Problem 1
    - The requested package raiym/instagram-php-scraper No version set (parsed as 1.0.0) is satisfiable by raiym/instagram-php-scraper[No version set (parsed as 1.0.0)] but these conflict with your requirements or minimum-stability.

try this instead:

composer require "raiym/instagram-php-scraper:*"