PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP Emoji Country Flags   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Emoji Country Flags
Convert country code to unicode emoji flags
Author: By
Last change: Cleanup
Date: 3 years ago
Size: 602 bytes
 

Contents

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