2017 © Pedro PelĂĄez
 

library bluemix-php

image

daithi/bluemix-php

  • Sunday, April 12, 2015
  • by daithi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

bluemix-personality-insights-php

A php library to provide API calls & handle authentication with the Bluemix personality insights using PHP, (*1)

Documentation on the Personality Insights API can be found here: Rest API Documentation An example using node: watson-developer-cloud/personality-insights-nodejs, (*2)

requirements due to dependency

  • Guzzle restful library
    • PHP 5.4.0
    • To use the PHP stream handler, allow_url_fopen must be enabled in your system’s php.ini.
    • To use the cURL handler, you must have a recent version of cURL >= 7.16.2 compiled with OpenSSL and zlib.

download code

git clone https://github.com/daithi-coombes/bluemix-personality-insights-php

add credentials

cp -a config.yml.dist config.yml

Enter in your IBM Bluemix credentials into config.yml. Make sure you include your username, password and the url to the Personality Inights service on your account., (*3)

run sample

php bin/run

run tests

cd bluemix-personality-insights-php
composer test

The Versions

11/04 2015
10/04 2015

dev-domain-architecture-infastructure

dev-domain-architecture-infastructure

  Sources   Download

The Development Requires