2017 © Pedro Peláez
 

library periscopedata

PHP Client for working with periscopedata

image

stadskle/periscopedata

PHP Client for working with periscopedata

  • Wednesday, March 29, 2017
  • by stadskle
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % 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 Stadskle\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/03 2017

dev-master

9999999-dev https://github.com/stadskle/periscopedata

PHP Client for working with periscopedata

  Sources   Download

MIT

The Development Requires

by Ketil Stadskleiv

29/03 2017

v1.0

1.0.0.0 https://github.com/stadskle/periscopedata

PHP Client for working with periscopedata

  Sources   Download

MIT

The Development Requires

by Ketil Stadskleiv