I just wanted to check if anyone knows any hosted continous integration services made for web-based projects using PHP ?
I have been searching around but most are made for Java, Ruby and some for iOS/Android. I am reverting to having to set up my own CI server with Jenkin. I am guess there is not enough demand for CI on the PHP side to justify hosted services to support it off the shelf.
Take a look at this review of all existing continuous integration hosted services: http://www.yegor256.com/2014/10/05/ten-hosted-continuous-integration-services.html
CircleCi supports most web apps, and we have a lot of users who use PHP. You'll have to supply your own test commands, but you should be able to set it up in a few minutes, and all the databases and libraries you need should be available.
There's a list of hosted continuous integration providers on Quora: http://j.mp/Qtv6M0
Some of them also support PHP: