Skip to content

rokerkony/Exchange

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exchange is PHP script works with currencies.

Preview:
$ex = new \Exchange\Exchange;

$ex->format(10); // 10 Kč
$ex->format(10, 'usd'); // czk to usd 170 Kč
$ex->format(10, 'usd', 'eur'); // 7,01€
$ex->format(10, true, 'usd'); // $10.00
$ex->format(10, null, null, 1.1); // 10*1.1 => 11 Kč

About

Php script works with currenry for Nette.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%