[
    {
        "name": "php-science/textrank",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DoveID/PHP-Science-TextRank.git",
            "reference": "77b2aa12c4fc792de7c646b1c7a2cd92d2bb0b10"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DoveID/PHP-Science-TextRank/zipball/77b2aa12c4fc792de7c646b1c7a2cd92d2bb0b10",
            "reference": "77b2aa12c4fc792de7c646b1c7a2cd92d2bb0b10",
            "shasum": ""
        },
        "require": {
            "php": "7.*"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.4"
        },
        "time": "2016-08-06 19:36:50",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpScience\\TextRank\\": [
                    "src/",
                    "tests/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David Belicza",
                "email": "87.bdavid@gmail.com"
            }
        ],
        "description": "TextRank (automatic text summarization) for PHP7 and HHVM.",
        "keywords": [
            "PHP7",
            "automatic",
            "hhvm",
            "science",
            "strict",
            "summarization",
            "textrank"
        ]
    },
    {
        "name": "donatello-za/rake-php-plus",
        "version": "1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Donatello-za/rake-php-plus.git",
            "reference": "c1f6a505f5466ea2908ecea46be74d253504b632"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Donatello-za/rake-php-plus/zipball/c1f6a505f5466ea2908ecea46be74d253504b632",
            "reference": "c1f6a505f5466ea2908ecea46be74d253504b632",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0|~5.0"
        },
        "time": "2016-09-15 21:54:09",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DonatelloZa\\RakePlus\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Don Schoeman",
                "email": "ta.maximus@gmail.com"
            }
        ],
        "description": "Yet another PHP implementation of the Rapid Automatic Keyword Extraction algorithm (RAKE).",
        "homepage": "https://github.com/Donatello-za/rake-php-plus",
        "keywords": [
            "Algorithm",
            "automatic",
            "extraction",
            "keyword",
            "rake",
            "rapid"
        ]
    },
    {
        "name": "patrickschur/language-detection",
        "version": "v3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/patrickschur/language-detection.git",
            "reference": "cffbd7b4007728d137111b211deae468340e5bb1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/cffbd7b4007728d137111b211deae468340e5bb1",
            "reference": "cffbd7b4007728d137111b211deae468340e5bb1",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": "^7"
        },
        "require-dev": {
            "phpunit/phpunit": "^6"
        },
        "time": "2017-03-14 10:50:20",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "LanguageDetection\\": "src/LanguageDetection"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Patrick Schur",
                "email": "patrick_schur@outlook.de"
            }
        ],
        "description": "A language detection library for PHP. Detects the language from a given text string.",
        "homepage": "https://github.com/patrickschur/language-detection",
        "keywords": [
            "detect",
            "detection",
            "language"
        ]
    },
    {
        "name": "patrickschur/stanford-nlp-tagger",
        "version": "v0.1.1",
        "version_normalized": "0.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/patrickschur/stanford-nlp-tagger.git",
            "reference": "3040d8c0b47924b536ced1f08818ca2d8372a0c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/patrickschur/stanford-nlp-tagger/zipball/3040d8c0b47924b536ced1f08818ca2d8372a0c3",
            "reference": "3040d8c0b47924b536ced1f08818ca2d8372a0c3",
            "shasum": ""
        },
        "require": {
            "patrickschur/language-detection": "^3",
            "php": "^7"
        },
        "time": "2017-02-06 21:04:38",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "StanfordTagger\\": "src/StanfordTagger"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Patrick Schur",
                "email": "patrick_schur@outlook.de"
            }
        ],
        "description": "PHP wrapper for the Stanford Natural Language Processing library. Supports POSTagger and CRFClassifier.",
        "homepage": "https://github.com/patrickschur/stanford-nlp-tagger",
        "keywords": [
            "classifier",
            "language",
            "natural-language-processing",
            "ner",
            "nlp",
            "pos",
            "tagger",
            "wrapper"
        ]
    },
    {
        "name": "ekinhbayar/brill-tagger",
        "version": "0.3.1",
        "version_normalized": "0.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ekinhbayar/BrillTagger.git",
            "reference": "fc1617481d974748df00a519984ec184d8741d2d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ekinhbayar/BrillTagger/zipball/fc1617481d974748df00a519984ec184d8741d2d",
            "reference": "fc1617481d974748df00a519984ec184d8741d2d",
            "shasum": ""
        },
        "require": {
            "php": ">5"
        },
        "require-dev": {
            "phpunit/phpunit": "5.5.*"
        },
        "time": "2016-12-03 14:27:21",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BrillTagger\\": "src/"
            },
            "files": [
                "src/lexicon.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ekin H. Bayar",
                "email": "ekin@coproductivity.com",
                "role": "Lead Developer"
            }
        ],
        "description": "PHP implementation of a Brill Tagger, an inductive part-of-speech tagging method.",
        "homepage": "https://github.com/ekinhbayar/BrillTagger",
        "keywords": [
            "brill",
            "nlp",
            "part of speech",
            "pos",
            "tagger"
        ]
    },
    {
        "name": "lusitanian/oauth",
        "version": "v0.8.10",
        "version_normalized": "0.8.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
            "reference": "09f4af38f17db6938253f4d1b171d537913ac1ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/09f4af38f17db6938253f4d1b171d537913ac1ed",
            "reference": "09f4af38f17db6938253f4d1b171d537913ac1ed",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*",
            "predis/predis": "0.8.*@dev",
            "squizlabs/php_codesniffer": "2.*",
            "symfony/http-foundation": "~2.1"
        },
        "suggest": {
            "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
            "predis/predis": "Allows using the Redis storage backend.",
            "symfony/http-foundation": "Allows using the Symfony Session storage backend."
        },
        "time": "2016-07-12 22:15:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "OAuth": "src",
                "OAuth\\Unit": "tests"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David Desberg",
                "email": "david@daviddesberg.com"
            },
            {
                "name": "Elliot Chance",
                "email": "elliotchance@gmail.com"
            },
            {
                "name": "Pieter Hordijk",
                "email": "info@pieterhordijk.com"
            }
        ],
        "description": "PHP 5.3+ oAuth 1/2 Library",
        "keywords": [
            "Authentication",
            "authorization",
            "oauth",
            "security"
        ]
    }
]
