Skip to content

Получение курса валют с цбрф

License

Notifications You must be signed in to change notification settings

Hatsunyan/ExchangeRates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example

$ex = new \Hatsunyan\ExchangeRates\Rates();
$curency = $ex
    ->setDateString('2016-10-10') // set date, default now
    ->getRate() // get rates
    ->getRateByCode('USD'); //get currency
    
$currency->getValue();    

About

Получение курса валют с цбрф

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages