PHPackages                             merajsiddiqui/ibm-watson - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. merajsiddiqui/ibm-watson

ActiveLibrary[API Development](/categories/api)

merajsiddiqui/ibm-watson
========================

IBM Watson SDK PHP

4211PHP

Since Mar 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/merajsiddiqui/ibm-watson)[ Packagist](https://packagist.org/packages/merajsiddiqui/ibm-watson)[ RSS](/packages/merajsiddiqui-ibm-watson/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

IBM Watson PHP SDK
------------------

[](#ibm-watson-php-sdk)

[IBM Watson](https://github.com/merajsiddiqui/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.

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

### Installation

[](#installation)

It is advised to install it using composer.

```

composer require merajsiddiqui/ibm-watson

```

### Signup IBM watson and get credentials to use API

[](#signup-ibm-watson--and-get-credentials-to-use-api)

/config/credential.json

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

```

Authenticating to Service

```
