PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of FN   PHP Typo3 Slack Channel Bot   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Typo3 Slack Channel Bot
Chat bot to interact in Typo3 Slack channel
Author: By
Last change:
Date: 5 years ago
Size: 1,808 bytes
 

Contents

Class file image Download

Botty - The TYPO3 Slack Bot

Build Status Build Status Code Coverage Scrutinizer Code Quality GitHub version Support Documentatiom

Hi, I am Botty I am in each channel on typo3.slack.com, even if you do not see me. Talk to me by start a message with @T3Bot or with the command prefix.

A list of the commands I can understand is documented in the Wiki.

Developer Notes

If you want to contribute, fork this repository and send a pull request.

Requirements

This project requires PHP 7.0

Setup

# copy env file and adjust 
cp .env.example .env

# composer install
composer install

# database mgiration
./bin/doctrine-migrations --configuration=Build/migrations.xml --db-configuration=Build/migrations-db.php migrations:migrate

Unit Test

./bin/phpunit -c Build/UnitTests.xml

Coverage report

rm -rf public/docs
./bin/phpunit -c Build/UnitTests.xml --coverage-html public/docs