PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   PHP Get Currency Symbol   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Get Currency Symbol
Get the symbol of any given currency
Author: By
Last change:
Date: 4 years ago
Size: 547 bytes
 

Contents

Class file image Download
{ "name": "terdia/currency-util", "description": "A simple library to lookup the currency symbol for a given currency code.", "keywords": ["currency", "mapping", "php currency map"], "license": "MIT", "type": "library", "authors": [ { "name": "terdia", "email":"support@devscreencast.com", "homepage": "https://devscreencast.com" } ], "require": { "php" : ">=7.0" }, "autoload": { "psr-4": { "Currency\\Util\\":"src/" } }, "require-dev": { "phpunit/phpunit": "^7.5" } }