murthysathiya007 / insta-graph-api-sdk
Instagram Graph API BASIC
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/murthysathiya007/insta-graph-api-sdk
Requires
- php: ^7.0|^8.0
README
This repository houses a PHP SDK designed for seamless access to the Instagram Graph API within your PHP application.
Installation
Using Composer
composer require murthysathiya007/insta-graph-api-sdk
require_once DIR . '/vendor/autoload.php'; // Adjust the path as necessary
Without Composer
git clone git@github.com:murthysathiya007/insta-graph-api-sdk.git
require_once '/insta-graph-api-sdk/src/autoload.php'; // Adjust the path as necessary
Documentation
Refer to the Wiki for comprehensive documentation.
See the Wiki for the complete documentation. @reference&modifed[Justin Stolpe,amirsarhang]