PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Edward Paul   PHP Naira Currency Exchange Rate   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Naira Currency Exchange Rate
Get conversion rate for Naira to other currencies
Author: By
Last change:
Date: 4 years ago
Size: 1,156 bytes
 

Contents

Class file image Download
{ "name": "infinitypaul/naira-exchange-rates", "description": "Foreign exchange rates API Against The Naira", "keywords": [ "infinitypaul", "naira-exchange-rates", "exchange-rate", "forex", "naira", "currency converter" ], "homepage": "https://github.com/infinitypaul/naira-exchange-rates", "license": "MIT", "type": "library", "authors": [ { "name": "Paul Edward", "email": "infinitypaul@live.com", "role": "Developer" } ], "require": { "php": ">= 5.6.0", "guzzlehttp/guzzle": "^6.5", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "autoload": { "psr-4": { "Infinitypaul\\NairaExchangeRates\\": "src" } }, "autoload-dev": { "psr-4": { "Infinitypaul\\NairaExchangeRates\\Tests\\": "tests" } }, "scripts": { "test": "vendor/bin/phpunit", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" }, "config": { "sort-packages": true } }