Go to file
2016-04-27 14:56:52 +01:00
.github Contributing guidelines, issue template and PR template. 2016-04-27 11:29:03 +01:00
daemon
PHPCI Adding a debug mode to the worker so you can see what commands are being run. 2016-04-27 14:56:52 +01:00
public Fix for warnings chart, courtesy of @Henk8 closes #1098 2015-11-03 11:58:22 +00:00
Tests Fixing tests on install command 2015-11-07 12:47:39 +00:00
.gitignore
.phpci.yml Fixing PHPCI errors 2015-10-15 10:17:22 +01:00
bootstrap.php
changelog.md
composer.json
composer.lock Updating dependencies 2016-04-27 11:43:57 +01:00
console Adding rebuild queue option 2015-11-03 20:42:47 +00:00
console.bat
daemonise
Dockerfile
LICENSE.md
loggerconfig.php.example
phinx.php
phpcs.xml
phpmd.xml
phpunit.xml
pluginconfig.php.example
README.md README tweaks. 2016-04-27 14:18:40 +01:00
vars.php

PHPCI

PHPCI is a free and open source (BSD License) 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.

Current Build Status

Build Status

Chat Room

We have a chat room for discussing PHPCI, you can access it here: ![Gitter](https://badges.gitter.im/Join Chat.svg)

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.
  • Install PEAR or PECL extensions.
  • Deployments - We strongly recommend using Deployer

Getting Started:

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

Contributing

Contributions from others would be very much appreciated! Please read our guide to contributing for more information on how to get involved.

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.