{
"name": "peterkahl/charset-from-string",
"type": "library",
"description": "Identifies predominant script (charset, language) in a string.",
"keywords": ["i18n", "multilingual", "language-detection"],
"homepage": "https://github.com/peterkahl/Charset-From-String",
"license": "Apache-2.0",
"authors": [
{
"name": "Peter Kahl",
"email": "peter.kahl@colossalmind.com",
"homepage": "https://www.colossalmind.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"peterkahl\\CharsetFromString\\": "src/"
}
}
}
|