2017 © Pedro Pelรกez
 

library php-kiyoh-api

Allows you to interact with Kiyoh using PHP

image

jketelaar/php-kiyoh-api

Allows you to interact with Kiyoh using PHP

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 44 % Grown

The README.md

A PHP Kiyoh API

All Contributors Build Status, (*1)

How to install?

Install this project using composer: composer require jketelaar/php-kiyoh-api., (*2)

Then start using the API using something like:, (*3)

<?php
/**
 * @author JKetelaar
 */
require_once('vendor/autoload.php');

$connector = 'xxxxxxxx'; // Change with your hash
$count = 50; // Amount of reviews you want to get

$kiyoh = new \JKetelaar\Kiyoh\Kiyoh($connector, $count);

$company = $kiyoh->getCompany();

var_dump($company->getReviews()[0]->getId());

var_dump($company->getLocationName());
var_dump($company->getAverageRating());
var_dump($company->getNumberReviews());

Example outputs

Company output

var_dump($kiyoh->getCompany());

KiyOh Company PHP Dump, (*4)

Review output

var_dump($kiyoh->getCompany()->getReviews()[0]);

KiyOh Company PHP Dump, (*5)

Contributors โœจ

Thanks goes to these wonderful people (emoji key):, (*6)

, (*7)

Jeroen Ketelaar
Jeroen Ketelaar

๐Ÿšง ๐Ÿ‘€ ๐Ÿ’ป ๐Ÿš‡ ๐Ÿค”
Menno van den Ende
Menno van den Ende

๐Ÿ’ป ๐Ÿค”
Mike van Diepen
Mike van Diepen

๐Ÿ’ป โš ๏ธ
joldnl
joldnl

๐Ÿ’ป
Robin Speekenbrink
Robin Speekenbrink

๐Ÿ’ป
Thomas Dik
Thomas Dik

๐Ÿ’ป

, (*8)

This project follows the all-contributors specification. Contributions of any kind welcome!, (*9)

The Versions

01/06 2018

dev-master

9999999-dev https://github.com/JKetelaar/PHP-Kiyoh-API

Allows you to interact with Kiyoh using PHP

  Sources   Download

GPL-3.0+

The Requires

 

api php kiyoh

01/06 2018

1.0.1

1.0.1.0 https://github.com/JKetelaar/PHP-Kiyoh-API

Allows you to interact with Kiyoh using PHP

  Sources   Download

GPL-3.0+

The Requires

 

api php kiyoh

27/07 2017

1.0.0

1.0.0.0 https://github.com/JKetelaar/PHP-Kiyoh-API

Allows you to interact with Kiyoh using PHP

  Sources   Download

GPL-3.0+

The Requires

 

api php kiyoh

13/04 2017

0.0.1

0.0.1.0 https://github.com/JKetelaar/PHP-Kiyoh-API

Allows you to interact with Kiyoh using PHP

  Sources   Download

GPL-3.0+

The Requires

 

api php kiyoh