Skip to content

cleantekker/php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress - Please do not install this package for now!

Install

Run composer require cleantekker/php-sdk in your project root.

Basic usage

$client = new Cleantekker\Cleantekker([
    'token' => 'your jwt access token',
]);

// now you are ready to make api calls, i.e:
$jobs = $client->endpoint->jobs->all();

Inspiration

This is highly inspired from https://github.com/hassankhan/instagram-sdk
so big thanks to @hassankhan for everything he did in the above library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages