This is the PHP client library for AYLIEN's APIs. If you haven't already done so, you will need to sign up.
To install, simply added it to your composer.json
:
{
"require": {
"aylien/textapi": "0.3.*"
}
}
See the Developers Guide for additional documentation.
$textapi = new AYLIEN\TextAPI("YourApplicationId", "YourApplicationKey");
$sentiment = $textapi->Sentiment(array('text' => 'John is a very good football player!'));