PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   Language Detector   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Language Detector
Detect the preferred language of the user
Author: By
Last change: Update composer.json
Date: 6 years ago
Size: 745 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/language-detector", "type": "library", "description": "Chooses language most likely to be understood by site's visitor.", "keywords": ["language", "language-detection", "i18n", "localization"], "homepage": "https://github.com/peterkahl/language-detector", "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", "peterkahl/country-to-locale": "*" }, "autoload": { "psr-4": { "peterkahl\\languageDetector\\": "src/" } } }