Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hosted Continuous Integration for PHP? [closed]

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.

like image 202
MechaStorm Avatar asked Dec 20 '22 15:12

MechaStorm


1 Answers

There's a list of hosted continuous integration providers on Quora.

Some of them also support PHP:

  • circleci.com
  • drone.io
  • codeship.io (disclaimer: I'm one of the cofounders)
  • travis-ci.org
like image 127
Moritz Avatar answered Dec 31 '22 09:12

Moritz