Using instagram-graph-api-php-sdk with instagram.com

PHP integration

Install
composer require instagram-graph-api-php-sdk
Search for tags by name.
curl \
  # append ?access_token=$API_KEY to the URL \
  /tags/search
Search for media in a given area.
curl \
  # append ?access_token=$API_KEY to the URL \
  /media/search
Search for a user by name.
curl \
  # append ?access_token=$API_KEY to the URL \
  /users/search
SDK on GitHub 📄 API Docs
SDK
instagram-graph-api-php-sdk
PHP
API
instagram.com
instagram.com
At a glance
Language PHP
Endpoints27