TheAlphaSchoolSystemPTYLTD / api-introduction

A basic introduction to the TASS API's.
16 stars 10 forks source link

Update PHP encryptDecrypt example to use OpenSSL - other miscellaneous changes #8

Closed jtc closed 5 years ago

jtc commented 5 years ago

I've updated the PHP encryptDecrypt example to use OpenSSL instead of the deprecated Mcrypt, which fixes #7

While doing so, I've refactored the PHP code a bit, and also made some updates to the README file (see individual commits for details).

I've tried to split up the commits and allow TASS edit access to my branch in case you want to accept some but not all of the changes, but feel free to let me know if you'd like me to make any changes or split into separate pull requests 😃