rocketapi/rocketapi

RocketAPI PHP SDK

v1.0.11 2025-04-22 15:19 UTC

This package is auto-updated.

Last update: 2025-09-22 16:27:10 UTC


README

The official PHP library for using RocketAPI.

Installing

The recommended way to install RocketAPI is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the RocketAPI PHP Library:

composer require rocketapi/rocketapi

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';
use RocketAPI\InstagramAPI;

Usage

See the documentation for more information.