Skip to content

SandoDev/zdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZDK Zinobe

ZDK for PHP of Zinobe API's

See the official documentation here

Quick Start

Instalation

  1. Download and install composer here
  2. initialize composer in your project
composer init
  1. Install ZDK
composer require zinobe/zdk

Implement

include __DIR__ . "/vendor/autoload.php";

use Zinobe\Zdk\ClientServices;

$client = new ClientServices();
$api = $client->service("zevents");
$postdata = '{"identity":"1032498297"}';
$result = $api->download_profile($postdata);
print_r($result);

About

ZDK to PHP from Zinobe API's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages