Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Punctis API

Build Status

Introduction

A PHP class wrapper for Punctis API

Installation

Cloning by GitHub (recommended)

The recommended way to get a working copy of this project is to clone the repository from github:

cd my/project/dir
git clone https://github.com/Populissrl/punctis-api-php.git
cd my/project/dir/punctis-api-php
composer.phar install

Usage example

include_once(dirname(__FILE__) . '/vendor/autoload.php');

$options = array(
    //'demoMode' => true,
    'authMode' => 'safe',
    'authKey' => '0niLCwOdQYhrPcFkbUgA9S7eW',
    'brandCode' => '0JBR39VmzwGF'
);
$p = new \Populis\Punctis\Api($options);

$catalog = $p->getCatalog();

About

PHP Punctis API

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages