php-censor/docs/en/README.md

106 lines
3.4 KiB
Markdown
Raw Permalink Normal View History

2016-07-19 13:05:02 +02:00
PHP Censor documentation
2017-01-04 13:22:20 +01:00
========================
2016-07-19 11:12:28 +02:00
Getting Started
2017-01-04 13:22:20 +01:00
---------------
2016-07-19 11:12:28 +02:00
2017-02-05 10:22:59 +01:00
* Installing PHP Censor (See [README](../../README.md))
2016-07-17 16:20:35 +02:00
* [Adding a Virtual Host](virtual_host.md)
2017-01-09 17:58:44 +01:00
* [Run builds using a worker](workers/worker.md)
* [Run builds using cronjob](workers/cron.md)
2017-02-02 13:32:17 +01:00
* [Adding PHP Censor Support to Your Projects](configuring_project.md)
2017-02-05 10:22:59 +01:00
* Updating PHP Censor (See [README](../../README.md))
2016-07-19 13:05:02 +02:00
* [Configuring PHP Censor](configuring.md)
2016-07-17 16:20:35 +02:00
2016-07-19 13:05:02 +02:00
Using PHP Censor
2017-01-04 13:22:20 +01:00
----------------
2016-07-19 11:12:28 +02:00
2016-07-17 16:20:35 +02:00
* Automatically building commits pushed to
2016-07-19 11:12:28 +02:00
* [Git](sources/git.md)
2018-02-24 06:10:00 +01:00
* [Github (Git)](sources/github.md)
* [Bitbucket (Git)](sources/bitbucket.md)
* [GitLab (Git)](sources/gitlab.md)
* Gogs (Git)
* Mercurial/Hg
* Bitbucket (Hg)
* Subversion/Svn
2016-07-17 16:20:35 +02:00
* [Injecting variables into messages](interpolation.md)
* [Project Status Images and Status Page](status.md)
2017-03-25 22:59:39 +01:00
* [Build environments](environments.md)
2016-07-17 16:20:35 +02:00
2016-07-19 11:12:28 +02:00
Plugins
2017-01-04 13:22:20 +01:00
-------
2016-07-19 11:12:28 +02:00
2017-02-20 14:57:47 +01:00
### Internal plugins
2018-02-24 06:10:00 +01:00
#### Dependencies
* [Composer](plugins/composer.md) - `composer`
* [Security Checker](plugins/security_checker.md) - SensioLabs Security Checker Plugin (`security_checker`).
#### Tests
2016-07-17 16:20:35 +02:00
* [Atoum](plugins/atoum.md) - `atoum`
* [Behat](plugins/behat.md) - `behat`
* [Codeception](plugins/codeception.md) - `codeception`
2018-02-24 06:10:00 +01:00
* [PHP Unit](plugins/php_unit.md) - `php_unit`
* [PHP Spec](plugins/php_spec.md) - `php_spec`
#### Code style
2016-07-17 16:20:35 +02:00
* [Lint](plugins/lint.md) - `lint`
* [PDepend](plugins/pdepend.md) - `pdepend`
2018-05-01 11:27:51 +02:00
* [Phan](plugins/phan.md) - `phan`
2016-07-17 16:20:35 +02:00
* [PHP Code Sniffer](plugins/php_code_sniffer.md) - `php_code_sniffer`
* [PHP Copy/Paste Detector](plugins/php_cpd.md) - `php_cpd`
* [PHP Coding Standards Fixer](plugins/php_cs_fixes.md) - `php_cs_fixer`
* [PHP Docblock Checker](plugins/php_docblock_checker.md) - `php_docblock_checker`
* [PHP Loc](plugins/php_loc.md) - `php_loc`
* [PHP Mess Detector](plugins/php_mess_detector.md) - `php_mess_detector`
* [PHP Parallel Lint](plugins/php_parallel_lint.md) - `php_parallel_lint`
2018-02-24 06:10:00 +01:00
* PHP Tal Lint - `php_tal_lint`
2017-12-08 14:31:52 +01:00
* [Technical Debt](plugins/technical_debt.md) - `technical_debt`
2018-02-24 06:10:00 +01:00
#### Databases
* [MySQL](plugins/mysql.md) - `mysql`
* [PostgreSQL](plugins/pgsql.md) - `pgsql`
* [SQLite](plugins/sqlite.md) - `sqlite`
#### Deployment
* [Mage](plugins/mage.md) - `mage`
* [Mage v3](plugins/mage3.md) - `mage3`
* [Phing](plugins/phing.md) - `phing`
* [Deployer](plugins/deployer.md) - `deployer`
#### Notifications
* [Campfire](plugins/campfire.md) - `campfire`
* [Email](plugins/email.md) - `email`
* [FlowDock](plugins/flowdock_notify.md) - `flowdock_notify`
2018-02-24 06:10:00 +01:00
* [HipChat](plugins/hipchat_notify.md) - `hipchat_notify`
* [IRC](plugins/irc.md) - `irc`
* [Slack](plugins/slack_notify.md) - `slack_notify`
2016-07-17 16:20:35 +02:00
* [XMPP](plugins/xmpp.md) - `xmpp`
2017-02-20 14:57:47 +01:00
2018-02-24 06:10:00 +01:00
#### Other
* [Clean Build](plugins/clean_build.md) - `clean_build`
* [Copy Build](plugins/copy_build.md) - `copy_build`
* [Env](plugins/env.md) - `env`
* Git - `git`
* [Grunt](plugins/grunt.md) - `grunt`
* Gulp - `gulp`
* [Package Build](plugins/package_build.md) - `package_build`
* [Phar](plugins/phar.md) - `phar`
* [Shell](plugins/shell.md) - `shell`
* Wipe - `wipe`
2017-02-20 14:57:47 +01:00
### Third-party plugins
2018-02-24 06:10:00 +01:00
* [Telegram](https://github.com/php-censor/php-censor-telegram-plugin) - Telegram plugin by
[@LEXASOFT](https://github.com/LEXASOFT)
2018-02-24 06:10:00 +01:00
* [Deployer](https://github.com/php-censor/php-censor-deployer-plugin) - Plugin for [Deployer](http://deployer.org) by
[@ketchoop](https://github.com/ketchoop)