PHP Classes

File: inc/composer.json

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   WordPress Plugin Sentiment Analysis   inc/composer.json   Download  
File: inc/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WordPress Plugin Sentiment Analysis
Analyze author sentiments in WordPress posts
Author: By
Last change:
Date: 1 year ago
Size: 499 bytes
 

Contents

Class file image Download
{ "name": "jwhennessey/phpinsight", "type": "library", "description": "Sentiment analysis tool for PHP", "keywords": ["sentiment", "insight", "phpinsight"], "homepage": "https://github.com/JWHennessey/phpInsight", "license": "GPLv3 or later", "minimum-stability": "stable", "authors": [ { "name": "James Hennessey" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": {"PHPInsight": "lib/"} } }