PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP Continent Code to Names   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Continent Code to Names
Retrieve the continent names in multiple languages
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 654 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/continent-names-multilingual", "type": "library", "description": "Converts continent code to full name in many languages.", "keywords": ["i18n", "multilingual", "multilingual-websites", "geoip"], "homepage": "https://github.com/peterkahl/Continent-Names-Multilingual", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "homepage": "https://github.com/peterkahl", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\Continent\\": "src/" } } }