FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

rocketapi-io/rocketapi-php: 🚀 RocketAPI PHP SDK · GitHub

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

About

🚀 RocketAPI PHP SDK

Resources

Stars

15 stars

Watchers

2 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL