Go to file
2016-07-21 23:20:59 +06:00
app Fixed naming (phpci -> php-censor) 2016-07-21 23:02:11 +06:00
bin Fixed constants 2016-07-21 21:20:34 +06:00
docs/en Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
public Fixed naming (phpci -> php-censor) 2016-07-21 23:02:11 +06:00
runtime Refactored structure 2016-06-23 21:18:41 +06:00
src Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
tests Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
.gitignore Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
.phpci.yml Fixed configs 2016-06-23 21:28:15 +06:00
bootstrap.php Fixed naming (phpci -> php-censor) 2016-07-21 23:02:11 +06:00
composer.json Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
composer.lock Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
LICENSE.md Fixed naming (PHPCI -> PHP Censor) 2016-07-19 22:35:21 +06:00
phpcs.xml Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
phpmd.xml Fixed naming (PHPCI -> PHP Censor) 2016-07-19 22:35:21 +06:00
phpunit.xml Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
README.md Fixed naming (PHPCI -> PHP Censor) 2016-07-19 22:35:21 +06:00

PHP Censor

PHP Censor is a fork of PHPCI (And B8Framework). PHP Censor is a free and open source (BSD-2-Clause 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.

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

Documentation

PHP Censor documentation

License

The PHP Censor is open source software licensed under the BSD-2-Clause license.