murthysathiya007/insta-graph-api-sdk

1.0.0 2024-02-05 03:38 UTC

This package is auto-updated.

Last update: 2024-10-05 05:02:11 UTC


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]