No description
- PHP 87%
- HTML 7.4%
- JavaScript 4.4%
- CSS 1.2%
| app | ||
| bin | ||
| docs/en | ||
| public | ||
| runtime | ||
| src | ||
| tests | ||
| .gitignore | ||
| .phpci.yml | ||
| bootstrap.php | ||
| composer.json | ||
| composer.lock | ||
| LICENSE.md | ||
| phpcs.xml | ||
| phpmd.xml | ||
| phpunit.xml | ||
| README.md | ||
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
License
The PHP Censor is open source software licensed under the BSD-2-Clause license.