Yii2 on Windows Server 2012r2 VM

for one of my client who has got windows server2012R2. He want some project to be done regarding doctor and patient appointment etc., which I can do in Yii2, but am not sure, whether the same can be installed on windows server2012R2.

So anyone knows that it will work smoothly then I can accept the project else will deny it.

We are currently testing against MSSQL 2017: https://github.com/yiisoft/yii2/blob/master/.github/workflows/build.yml#L31

You can run our test suite locally to find out of 2012 is fine.

Hi Samdark,
Thanks for your reply. Actually mysql is already installed on client’s server and having some data from other application in the database, which also he wants in yii2 to be included.
So just want to know, if will it work on mysql?
I will sure use test suite as you mentioned.
Thank you once again.

Yes. It works well for MySQL version starting from 5.7.

Thank you so much Samdark.