Go to file
2014-04-10 14:59:24 +00:00
build updated 2013-09-18 10:01:21 +01:00
daemon MAjority of daemon work done, can start stop and status the daemon 2013-06-09 20:11:22 +01:00
PHPCI Adding verification to the install and update commands to check whether PHPCI is installed. 2014-04-10 14:59:01 +00:00
public Removing web based installer, as it is more trouble than it is worth. 2014-04-10 15:37:28 +01:00
Tests Merge remote-tracking branch 'origin/master' into feature/pluginfactoryconfig 2014-03-25 14:13:45 +00:00
.gitignore Add code to builder so pluginconfig.php is loaded if found in the root 2014-03-02 20:00:43 +00:00
bootstrap.php Using UTC timezone if one is not set. 2014-04-10 14:59:24 +00:00
composer.json Added phpunit config/bootstrap files for autostart all tests 2014-03-09 01:44:54 +07:00
composer.lock Updating PHPCI to support new b8framework release 2014-02-24 15:30:44 +00:00
console Added simple error/exception handler and logging 2014-03-18 01:10:47 +07:00
daemonise Fix daemonise 2014-03-07 11:06:17 +09:00
LICENSE.md Adding LICENSE file. 2013-05-10 16:53:56 +01:00
loggerconfig.php.example Fixed log pathes 2014-03-20 22:33:25 +07:00
phpci.yml Update phpci.yml 2014-02-26 11:16:09 +00:00
phpunit.xml Added phpunit config/bootstrap files for autostart all tests 2014-03-09 01:44:54 +07:00
pluginconfig.php.example Add code to builder so pluginconfig.php is loaded if found in the root 2014-03-02 20:00:43 +00:00
README.md Update README.md 2014-02-24 20:16:27 +00:00
vars.php Fixed 'cd' command for windows 2014-03-13 00:37:57 +07:00

PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP. We've built it with simplicity in mind, so whilst it doesn't do everything Jenkins can do, it is a breeze to set up and use.

Please be aware that PHPCI is a beta-release project, so whilst it is very stable, there may be bugs and/or missing features.

Current Build Status

Build Status

##What it does:

  • Clones your project from Github, Bitbucket or a local path
  • Allows you to set up and tear down test databases.
  • Installs your project's Composer dependencies.
  • Runs through any combination of the supported plugins.
  • You can mark directories for the plugins to ignore.
  • You can mark certain plugins as being allowed to fail (but still run.)

##What it doesn't do (yet):

  • Virtualised testing.
  • Multiple PHP-version tests.
  • Multiple testing workers.
  • Install PEAR or PECL extensions.
  • Deployments.

Getting Started:

We've got documentation on our wiki on installing PHPCI and adding support for PHPCI to your projects.

##Contributing Contributions from others would be very much appreciated! If you just want to make a simple change, simply fork the repository, and send us a pull request when you're ready.

If you'd like to get more involved in developing PHPCI or to become a maintainer / committer on the main PHPCI repository, join the mailing list.

##Questions? Your best place to go is the mailing list, if you're already a member of the mailing list, you can simply email php-ci@googlegroups.com.