Skip to content
/ PHPCI Public
forked from dancryer/PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.

License

Notifications You must be signed in to change notification settings

hthabet/PHPCI

This branch is 380 commits behind dancryer/PHPCI:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Dan Cryer
Jan 22, 2015
c5bdafe · Jan 22, 2015
Jan 22, 2015
Dec 8, 2014
Jun 9, 2013
Dec 22, 2014
May 13, 2014
Dec 11, 2014
May 8, 2014
Dec 12, 2014
Dec 18, 2014
Dec 22, 2014
Dec 18, 2014
Mar 17, 2014
Mar 7, 2014
Mar 20, 2014
May 13, 2014
Dec 8, 2014
Dec 3, 2014
Mar 2, 2014
May 1, 2014

Repository files navigation

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. (In progress)
  • Multiple PHP-version tests. (In progress)
  • Multiple testing workers. (In progress)
  • Install PEAR or PECL extensions.
  • Deployments.

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 [email protected].

About

PHPCI is a free and open source continuous integration tool specifically designed for PHP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.7%
  • PHP 32.4%
  • CSS 12.9%