DEV Community

R.A.
R.A.

Posted on • Updated on

The best free cloud platforms to deploy apps written in PHP+Mysql

I want to deploy applications written in php+mysql containing composer files, node modules and other javascript libraries with it's MySQL database. It's now in pilot testing.
Any recommendations to find the best place to deploy now for free.

Top comments (2)

Collapse
 
eduluz1976 profile image
Eduardo Luz

I would suggest to you create a free account on Google Cloud (GCP), Amazon (AWS) and in Azure. They offer a small machine free on free tier. You can deploy there. I'm not sure if you can use Docker on these free machines, but if so, you can deploy containers of PHP applications with MySql as well.
Cheers

Collapse
 
rohullahayobi profile image
R.A.

Thanks for the suggestion, Eduardo.