2017 © Pedro Peláez
 

library php-sdk-periscopedata

PHP Client for working with periscopedata

image

bokbasen/php-sdk-periscopedata

PHP Client for working with periscopedata

  • Tuesday, August 29, 2017
  • by bokbasen
  • Repository
  • 2 Watchers
  • 0 Stars
  • 494 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 13 % Grown

The README.md

Periscope Data embed API

PHP client for working with periscopedata API., (*1)

Simple client to work with periscopedata.com embed API. See https://doc.periscopedata.com/docv2/embed-api for details., (*2)

Code example showing same example as link above implemented in this client, (*3)

<?php
use Bokbasen\PeriscopeData\EmbedUrl;
$data = [
            'dashboard' => 7863,
            'embed' => 'v2',
            'filters' => [
                [
                    'name' => 'Filter1',
                    'value' => 'value1'
                ],
                [
                    'name' => 'Filter2',
                    'value' => '1234'
                ]
            ]
        ];

$client = new EmbedUrl('e179017a-62b0-4996-8a38-e91aa9f1', $data);
$url = $client->getLink();
?>

The Versions

29/08 2017

dev-master

9999999-dev https://github.com/Bokbasen/php-sdk-periscopedata

PHP Client for working with periscopedata

  Sources   Download

MIT

The Development Requires

by Ketil Stadskleiv

29/08 2017

v1.0

1.0.0.0 https://github.com/Bokbasen/php-sdk-periscopedata

PHP Client for working with periscopedata

  Sources   Download

MIT

The Development Requires

by Ketil Stadskleiv