Is there any convention for naming php files? Not talking about php class files, but files that are mostly HTML with some php inside them. Should it be my-file-example.php
my-file-example.php
There is no really convention for PHP files.
You just should keep the same in your project.
I recommand you to use camelCase.