block8 / phpci
Simple continuous integration for PHP projects.
Requires
- php: >=5.3.8
- ext-pdo: *
- ext-pdo_mysql: *
- block8/b8framework: ~1.0
- hipchat/hipchat-php: ~1.4
- ircmaxell/password-compat: ~1.0
- maknz/slack: ~1.7
- monolog/monolog: ~1.6
- mremi/flowdock: ~1.0
- pda/pheanstalk: ~3.1
- pimple/pimple: ~1.1
- psr/log: ~1.0
- robmorgan/phinx: ~0.4
- sensiolabs/ansi-to-html: ~1.1
- swiftmailer/swiftmailer: ~5.0
- symfony/console: ~2.1
- symfony/yaml: ~2.1
Requires (Dev)
- block8/php-docblock-checker: ~1.0
- jakub-onderka/php-parallel-lint: 0.8.*
- phploc/phploc: ~2.0
- phpmd/phpmd: ~2.0
- phpunit/phpunit: ~4.5
- squizlabs/php_codesniffer: ~2.3
Suggests
- atoum/atoum: Atoum
- behat/behat: Behat BDD Testing
- block8/php-docblock-checker: PHP Docblock Checker
- friendsofphp/php-cs-fixer: PHP Coding Standards Fixer
- jakub-onderka/php-parallel-lint: Parallel Linting Tool
- phploc/phploc: PHP Lines of Code
- phpmd/phpmd: PHP Mess Detector
- phpspec/phpspec: PHP Spec
- phptal/phptal: PHPTAL templating engine
- sebastian/phpcpd: PHP Copy/Paste Detector
- squizlabs/php_codesniffer: PHP Code Sniffer
This package is auto-updated.
Last update: 2024-11-07 02:09:43 UTC
README
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.
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.