PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   Countries Info   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Countries Info
Retrieve country information from MySQL database
Author: By
Last change: Updated SPDX license type
Date: 6 years ago
Size: 759 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/country-info-multilingual", "type": "library", "description": "Converts country code to full name in many languages and can provide lots of other useful information.", "keywords": ["i18n", "multilingual", "multilingual-websites", "geoip", "country"], "homepage": "https://github.com/peterkahl/country-info-multilingual", "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\\Countries\\": "src/" } } }