2017 © Pedro Peláez
 

library ibm-watson-sdk

IBM Watson PHP SDK

image

adam-paterson/ibm-watson-sdk

IBM Watson PHP SDK

  • Saturday, October 7, 2017
  • by Adam_Paterson
  • Repository
  • 1 Watchers
  • 5 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

IBM Watson PHP SDK

[![Latest Version on Packagist][ico-version]][link-packagist] [![Software License][ico-license]](LICENSE.md) [![Build Status][ico-travis]][link-travis] [![Coverage Status][ico-scrutinizer]][link-scrutinizer] [![Quality Score][ico-code-quality]][link-code-quality] [![Total Downloads][ico-downloads]][link-downloads] , (*1)


Installation
Usage
Change Log
Testing
Contributing
Security
Credits, (*2)

License

Install

This library does not impose a specific dependency for sending HTTP requests. Instead we use HTTPlug abstraction library to allows to continue using your existing HTTP implementation or use your favoured one., (*3)

We also are utilising PSR-7 in this library so you will need to install a psr-7 compatible library such as guzzlehttp/psr7., (*4)

We can do this with a one line composer require:, (*5)

$ composer require php-http/curl-client guzzlehttp/psr7 php-http/message adam-paterson/ibm-watson-sdk

Usage

``` php $sdk = new IBM\Watson;, (*6)


## Change log Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions