2017 © Pedro Peláez
 

library api-php-client

image

katoni/api-php-client

  • Monday, September 5, 2016
  • by mpskovvang
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Katoni APIs Client Library for PHP

Installation

The Katoni API Client Library can be installed with Composer. Run this command:, (*1)

composer require katoni/api-php-client:^1.0

Usage

Note: This library requires PHP 5.4 or greater., (*2)

Simple GET example of fetching products., (*3)

// include your composer dependencies
require_once 'vendor/autoload.php';

$client = new Katoni\Client();
$client->setDeveloperKey("YOUR_APP_KEY");

$results = $client->get('/products');

foreach ($results as $item) {
    echo $item['name'], "<br /> \n";
}

The Versions

05/09 2016

dev-master

9999999-dev https://github.com/katoni/katoni-api-php-client

  Sources   Download

Apache-2.0

The Requires

 

katoni

05/09 2016

v0.2-alpha.1

0.2.0.0-alpha1 https://github.com/katoni/katoni-api-php-client

  Sources   Download

Apache-2.0

The Requires

 

katoni

29/08 2016