PHP SDK
The official PHP library for using RocketAPI.
Installing
The recommended way to install or update RocketAPI is via Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | php
Next, run the following Composer command to install or update the RocketAPI PHP Library:
composer require rocketapi/rocketapi
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
use RocketAPI\InstagramAPI;
Source code is available on GitHub.