PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP Get Locale from CountryCode   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Get Locale from CountryCode
Determine locale language from country code
Author: By
Last change: Update
Date: 3 years ago
Size: 585 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/country-to-locale", "type": "library", "description": "Converts country code to locale code.", "keywords": ["locale", "localization", "language-code"], "homepage": "https://github.com/peterkahl/locale", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "homepage": "https://github.com/peterkahl", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\locale\\": "src/" } } }