PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of AccountKiller   PHP Text Language Detection Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Text Language Detection Library
Detect the language of a given text string
Author: By
Last change:
Date: 7 years ago
Size: 751 bytes
 

Contents

Class file image Download
{ "name": "patrick-schur/language-detection", "type": "library", "description": "Detect the language from a given text.", "keywords": ["language","detection"], "homepage": "https://github.com/patrick-schur/language_detection", "license": "MIT", "minimum-stability": "dev", "prefer-stable": true, "authors": [ { "name": "Patrick Simon Schur", "email": "patrick_schur@outlook.de", "role": "Developer" } ], "require": { "php": ">=7.1", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^5.7" }, "autoload": { "psr-4": { "LanguageDetector\\": "src/LanguageDetector" } }, "autoload-dev": { "psr-4": { "LanguageDetector\\Tests\\": "test/" } } }