2017 © Pedro Peláez
 

library ibm-watson

IBM Watson SDK PHP

image

merajsiddiqui/ibm-watson

IBM Watson SDK PHP

  • Tuesday, March 21, 2017
  • by merajsiddiqui
  • Repository
  • 1 Watchers
  • 4 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

IBM Watson PHP SDK

IBM Watson is PHP SDK of using IBM watson services provided by IBM. This sdk is unofficial. I personally wish to develop this and i will maintain is as long as possible., (*1)

You are free to fork this, use it, and create and issue, I also request you to fork , contribute and create a pull request., (*2)

Installation

It is advised to install it using composer., (*3)


composer require merajsiddiqui/ibm-watson

Signup IBM watson and get credentials to use API

/config/credential.json, (*4)

{
  "url": "https://gateway.watsonplatform.net/language-translator/api",
  "username": "some random string password provided",
  "password": "randompassword"
}

Authenticating to Service, (*5)

<?php

include dirname(__DIR__). "/vendor/autoload.php";
use IBMWatson\Config;
$api_credintial_json_file = "/config/credential.json";
$config = Config::init($api_credintial_json_file);

Using services:, (*6)

Translator Service

Authentication:, (*7)


use IBMWatson\Language\LanguageTranslator\Translator; //$config as above $translator = new Translator($config);

Support or Contact

Having any trouble mail me at : merajsiddiqui@outlook.com or create an issue. Always use IBM watson API refrence for using this sdk., (*8)

The Versions

21/03 2017

dev-master

9999999-dev

IBM Watson SDK PHP

  Sources   Download

GNU General Public License v3.0

The Requires

 

The Development Requires

by Meraj Ahmad Siddiqui

ibm-watson php watson ibm-watson php sdk watson sdk php