2017 © Pedro Peláez
 

library testcurrency

A currency calculator just for test purpose.

image

alexshishkin/testcurrency

A currency calculator just for test purpose.

  • Wednesday, May 31, 2017
  • by Arekus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Test currency 0.0.1

Test library for currency calculations., (*1)

The purpose of this simple code is only demonstration of my coding skill. And it's not completed yet., (*2)

Usage

$c = new Calculator('AED', 'USD');
$result = $c->convert(100);

ToDo

  • add a mock object for convert request instead of comparision in the OpenExchangeLoader::getConvertValue()
  • add more sources for exchange rates information.
  • describe configuration of the calculator.
  • do refactoring.
  • add build and styles checks.
  • write documentation

The Versions

31/05 2017

dev-master

9999999-dev

A currency calculator just for test purpose.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Avatar Arekus