I'm a PHP developer, so when I started working on a new SaaS project I naturally planned from day 1 to do it in PHP.
However, I would like to be a bit more pragmatic about this decision since it's one I may have to live with for some time if the project is successful. For that reason, why should I chose PHP as my development language for a new project?
Here are a couple of conditions to help narrow the scope:
- It doesn't make a difference to me that PHP and Linux are free of licensing costs
- My code will only run on my own servers, so compatibility with other web hosts doesn't matter
- I have experience with languages other than PHP, so I'm not starting from square-one on other technologies
Edit:
Is there a compelling technical reason that makes PHP especially suited for SaaS applications that is not available in other languages?
Thanks in advance.