PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Arnel Labarda   Karensi   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Karensi
Fetch currency exchange rates from fixer.io
Author: By
Last change: remove dotenv
Date: 7 years ago
Size: 715 bytes
 

Contents

Class file image Download
{ "name": "aqlx86/karensi", "description": "PHP Library for fixer.io foreign exchange rates and currency conversion.", "keywords": ["currency", "conversions", "rates"], "homepage": "https://github.com/aqlx86/karensi", "license": "MIT", "authors": [ { "name": "Arnel Labarda", "email": "aqlx86@gmail.com", "homepage": "http://aql.ph/", "role": "Maintainer" } ], "require-dev": { "phpspec/phpspec": "~2.0" }, "config": { "bin-dir": "bin" }, "autoload": { "psr-4": { "Karensi\\": "src/Karensi/" } }, "require": { "nesbot/carbon": "~1.14" } }