Is there an equivalent windows command for chmod?

Windows uses NTFS filesystem which doesn't have permissions applied in the same way as chmod (ext4) works. There are lots of features missing and features that just work differently.

I'm pretty sure that as long as you're using the same user on your PC, you don't have to be bothered by this. You can probably skip applying chmod commands.

However, i highly recommend you to check out Windows Subsystem for Linux 2.

It is a way to run Linux inside your Windows PC without running a chunky virtual machine (it's very lightweight and fast). Developing PHP with Linux filesystem and kernel is a way better experience. The technology is very mature by now and can even run Docker.