Install SDK's

How to add the packages to your project

Official Packages:

PHP SDK

Download:

git clone https://github.com/Yumpu/Yumpu-SDK.git

How to use:

// include yumpu sdk
require_once('../yumpu.php');

// make an instance of the Yumpu sdk class;
$yumpu = new Yumpu();

Community Packages:

Last updated