I've read a lot of discussions about iOS receipt validation, but I couldn't find a way to validate and read receipt content in PHP without calling Apple servers (that are very slow and cause my app to wait 4/5 seconds before opening).
Unfortunately my knowledge about certificates, SSL and encryption in general is poor so I need something like this but in PHP and not in Objective-C/Swift. Can someone help me?