2017 © Pedro Peláez
 

library sentione-api

PHP SentiOne API for PHP 5.3+

image

getfokus/sentione-api

PHP SentiOne API for PHP 5.3+

  • Thursday, November 7, 2013
  • by getfokus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

sentione-api

This is a PHP 5.3+ API wrapper for the SentiOne API, (*1)


Requirements

Installation

Composer

Add the following package to composer.json:, (*2)

"getfokus/sentione-api": "*"

Basic usage

To call API just use method:, (*3)

$response = $sentione->apiCall($action, array $params);

You will receive the Response object, (*4)

Example

<?php

$username = 'USERNAME';
$password = '*****';

$sentione = new SentioneApi\Client($username, $password);
$response = $sentione->apiCall('sources sentiment', [
    'keyword' => 'sentione',
]);

$data = $response->getData();
var_dump($data);

The Versions

07/11 2013

dev-master

9999999-dev https://github.com/athlan/sentione-api

PHP SentiOne API for PHP 5.3+

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

sentione

07/11 2013

dev-devel

dev-devel https://github.com/athlan/sentione-api

PHP SentiOne API for PHP 5.3+

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

sentione