From abab0f2772583ce419baf5c43bf282c76f957cec Mon Sep 17 00:00:00 2001 From: Darryn Ten Date: Mon, 20 Feb 2017 20:10:34 +0200 Subject: [PATCH] Added Watson and Google NLP --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 031f39c..f8baaa4 100644 --- a/README.md +++ b/README.md @@ -744,6 +744,8 @@ Libraries to help manage database schemas and migrations. * [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API. * [Twitter OAuth](https://github.com/widop/twitter-oauth) - A library to interface with Twitter's OAuth workflow. * [Twitter REST](https://github.com/widop/twitter-rest) - A library to interact with Twitter's REST API. +* [IBM Watson Personality Insights](https://github.com/darrynten/watson-personality-insights-php) - A library to interact with the IBM Watson personality insights API. +* [Google Natural Language Processing](https://github.com/darrynten/google-natural-language-php) - A library to interact with the Google Natural Language API. ## Extensions *Libraries to help build PHP extensions.*