This repository goes hand-in-hand with AWS Lambda Currency
It invokes an AWS Lambda function returning a list of currencies from Currency Layer API
AWS documentation for PHP library
Example response :
{
"timestamp":1505932759,
"source":"USD",
"quotes":{
"USDGBP":0.74211,
"USDEUR":0.841506,
"USDBTC":0.000253
}
}