I need to calculate Md5 hash in php for the GetReport file received from Amazon GetReport call and match with Content-md5 hash string received in GetReport response header to check the integrity of the file. The problem is i can't figure out how to calculate md5 hash for the report file received via Amazon GetReport call.
I'm using Guzzle for this GetReport Api Call
thanks