php-censor/README.md

35 lines
1.1 KiB
Markdown
Raw Normal View History

2016-07-19 13:05:02 +02:00
PHP Censor
----------
2016-07-19 13:05:02 +02:00
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.
2016-07-19 13:05:02 +02:00
What it does
============
2013-07-25 13:36:46 +02:00
* 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.
2016-07-19 13:05:02 +02:00
* Runs through any combination of the [supported plugins](docs/README.md)).
* You can mark directories for the plugins to ignore.
* You can mark certain plugins as being allowed to fail (but still run.)
2016-07-19 13:05:02 +02:00
What it doesn't do (yet)
========================
2016-04-27 15:13:42 +02:00
* Virtualised testing.
* Multiple PHP-version tests.
* Install PEAR or PECL extensions.
2016-04-27 15:13:42 +02:00
* Deployments - We strongly recommend using [Deployer](http://phpdeployment.org)
2016-07-19 13:05:02 +02:00
Documentation
=============
[PHP Censor documentation](docs/README.md)
2016-07-19 13:05:02 +02:00
License
=======
2016-07-19 13:05:02 +02:00
The PHP Censor is open source software licensed under the BSD-2-Clause license.