An open API service indexing awesome lists of open source software.

https://github.com/rocketapi-io/rocketapi-php

🚀 RocketAPI PHP SDK for Instagram & Threads Private API 2025
https://github.com/rocketapi-io/rocketapi-php

instabot instagram instagram-api instagram-automation instagram-bot instagram-client instagram-crawler instagram-downloader instagram-feed instagram-photos instagram-php-api instagram-private-api instagram-scraper instagram-sdk instagram-web-api instagrapi instaphp threads threads-api threads-private-api

Last synced: 27 days ago
JSON representation

🚀 RocketAPI PHP SDK for Instagram & Threads Private API 2025

Awesome Lists containing this project

README

          

## Introduction

The official PHP library for using [RocketAPI](https://rocketapi.io).

## Installing

The recommended way to install RocketAPI is through [Composer](https://getcomposer.org/).

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

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

```bash
composer require rocketapi/rocketapi
```

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

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

## Usage

See the [documentation](https://docs.rocketapi.io) for more information.