Go to file
Dmitry Khomutov 320a249153 Improved docs
2016-07-19 15:22:22 +06:00
app Fixes 2016-06-23 21:26:13 +06:00
bin Fixes 2016-06-23 21:26:13 +06:00
docs/en Improved docs 2016-07-19 15:22:22 +06:00
public Fixed build view Error tab list 2016-07-10 15:39:27 +06:00
runtime Refactored structure 2016-06-23 21:18:41 +06:00
src Fixed email messages 2016-07-14 23:12:18 +06:00
tests Fixed deprecated code 2016-06-23 21:29:19 +06:00
.gitignore Fixed configs 2016-06-23 21:28:15 +06:00
.phpci.yml Fixed configs 2016-06-23 21:28:15 +06:00
bootstrap.php Fixes + code style fixes 2016-06-23 21:21:57 +06:00
composer.json Refactored structure 2016-06-23 21:18:41 +06:00
composer.lock Fixes 2016-06-23 21:18:41 +06:00
LICENSE.md Lots of cleanup. 2015-02-12 14:11:58 +00:00
phpcs.xml Updated the php_codesniffer required version and added a default phpcs.xml. 2015-04-22 12:22:28 +02:00
phpmd.xml Updated the php_codesniffer required version and added a default phpcs.xml. 2015-04-22 12:22:28 +02:00
phpunit.xml Fixed deprecated code 2016-06-23 21:29:19 +06:00
README.md Fixes 2016-06-23 21:27:42 +06:00

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.