2017 © Pedro Peláez
 

library streamango

Streamango Service Client Library

image

burakboz/streamango

Streamango Service Client Library

  • Tuesday, August 8, 2017
  • by BurakBoz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 95 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 14 Forks
  • 0 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

StreaMango

Packagist GitHub license Travis branch, (*1)

It's just a php client of the streamango.com service., (*2)

Install

composer require burakboz/streamango:~1.0.1

Usage

All api features are implemented, from retrieve account info, (*3)

<?php

include_once './vendor/autoload.php';

use BurakBoz\streamango\streamangoClient;

$openload = new streamangoClient('apiLogin', 'apiKey');

$accountInfo = $openload->getAccountInfo();
echo $accountInfo->getEmail(); //account@email.com

to upload a file, (*4)

<?php

include_once './vendor/autoload.php';

use BurakBoz\streamango\streamangoClient;

$openload = new streamangoClient('apiLogin', 'apiKey');

$openload->uploadFile('/home/user/Pictures/image.jpg');

It's also possible find more about what you can to do at streamango API., (*5)

Author

Burak Boz, (*6)

License

MIT, (*7)

Info

Forked from Ideneal/OpenLoad, (*8)

The Versions

08/08 2017

dev-master

9999999-dev

Streamango Service Client Library

  Sources   Download

MIT

The Requires

 

The Development Requires

08/08 2017

v1.0.1

1.0.1.0

Streamango Service Client Library

  Sources   Download

MIT

The Requires

 

The Development Requires

16/04 2016

v1.0.0

1.0.0.0

OpenLoad Service Client Library

  Sources   Download

MIT

The Requires

 

The Development Requires