Skip to content

AYLIEN's officially supported PHP client library for accessing Text API

License

Notifications You must be signed in to change notification settings

omahm/aylien_textapi_php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is the PHP client library for AYLIEN's APIs. If you haven't already done so, you will need to sign up.

Installation

To install, simply added it to your composer.json:

{
  "require": {
    "aylien/textapi": "0.3.*"
  }
}

See the Developers Guide for additional documentation.

Example

$textapi = new AYLIEN\TextAPI("YourApplicationId", "YourApplicationKey");
$sentiment = $textapi->Sentiment(array('text' => 'John is a very good football player!'));

About

AYLIEN's officially supported PHP client library for accessing Text API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%