PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Temuri Takalandze   PHP NBG Currency   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP NBG Currency
Get currency values from National Bank of Georgia
Author: By
Last change:
Date: 3 years ago
Size: 657 bytes
 

Contents

Class file image Download
{ "name": "abgeo/nbg-currency", "description": "Library for getting data from National Bank of Georgia (NBG)'s API.", "type": "library", "keywords": [ "banking", "currency", "API", "NBG" ], "homepage": "https://github.com/ABGEO07/nbg-currency", "license": "MIT", "authors": [ { "name": "ABGEO", "email": "takalandzet@gmail.com", "homepage": "https://www.abgeo.dev", "role": "Developer" } ], "minimum-stability": "dev", "require": { "ext-soap": "*" }, "require-dev": { "phpunit/phpunit": "^8.3@dev" }, "autoload": { "psr-4": { "ABGEO\\NBG\\": "src/" } } }