PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jasenko Rakovic   OpenExchangeRates   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: OpenExchangeRates
Convert currency amount with Openexchangerates API
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 977 bytes
 

Contents

Class file image Download
{ "name": "dzasa/open-exchange-rates", "description": "A PHP wrapper for Openexchangerates.org API with extended functionalities.", "type": "library", "license": "MIT", "keywords": ["php", "exchange", "rates", "api", "cache"], "homepage": "http://github.com/dzasa/php-open-exchange-rates", "autoload": { "psr-4": { "Dzasa\\OpenExchangeRates\\": "src" } }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.3.*" }, "suggest": { "ext-apc": "Enable APC caching", "ext-json": "Parse json returned from OpenExchangeRates.org API.", "ext-curl": "Use CURL when calling OpenExchangeRates.org API.", "ext-memcache": "Use Memcache when calling OpenExchangeRates.org API." }, "authors": [ { "name": "Jasenko Rakovic", "email": "naucnik@gmail.com", "role": "Developer" } ] }