Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Engine alternative for PHP/MySQL

Does anyone know of a company that allows us to deploy PHP/MySQL applications on their cloud platform similar to Google App Engine? We would like the platform to be user-friendly as well as autoscale without intervention.

  1. I don't want to SSH into every server in order to update the servers.
  2. We need a MySQL database that autoscales, auto-shards, and automatically replicates.
  3. Auto firewall configuration for the newly-created instances or existing servers.
like image 774
Sokhrat Sikar Avatar asked Jun 14 '26 15:06

Sokhrat Sikar


2 Answers

One alternative for PHP based (cloud) apps is PHP Fog. It also appears to have the MySQL capability you need.

Since this service is essentially a cloud hosted service, you won't need to deal with the underlying layers so it takes care of your firewall configuration and similar requirements.

like image 103
Marvin Pinto Avatar answered Jun 16 '26 08:06

Marvin Pinto


recently i saw an article about pagodabox
http://net.tutsplus.com/tutorials/php/elevate-your-php-to-the-cloud
http://pagodabox.com/

like image 30
aschmid00 Avatar answered Jun 16 '26 06:06

aschmid00