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
- Host: GitHub
- URL: https://github.com/rocketapi-io/rocketapi-php
- Owner: rocketapi-io
- License: mit
- Created: 2022-11-22T11:47:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T15:34:23.000Z (10 months ago)
- Last Synced: 2025-10-10T01:57:58.947Z (4 months ago)
- Topics: 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
- Language: PHP
- Homepage: https://rocketapi.io
- Size: 22.5 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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.