Skip to content

ob1y2k/publitio_php_sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Publitio PHP SDK

Simple PHP SDK for Publitio API. This SDK works OK with older versions of PHP (5.4+)

Installation

Just include publitio_api.php in your project and initiate it

require_once('publitio_api.php'); 
// Please update xxxx with your key and yyyy with your secret
$publitio_api = new PublitioAPI('xxxx', 'yyyy');

See examples.php file for full list of available classes, methods and options

Sample call to List Files

// list files
$response = $publitio_api->call("/files/list", "GET", array('offset' => '0', 'limit' => '10'));

//echo entire response
print_r($response);

About

Publitio PHP SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages