Installation
Clone into ext/phpbbde/contactform:, (*1)
git clone https://github.com/phpbb-de/phpbb-ext-contact-form ext/phpbbde/contactform
Go to ext/phpbbde/contactform and install dependencies:, (*2)
php composer.phar install --no-dev
If you wish to contribute to development, you should also consider installing the development dependencies by leaving out --no-dev., (*3)
Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB.de Contact Form" extension., (*4)
Development
If you find a bug, please report it on https://github.com/phpbb-de/phpbb-ext-contact-form, (*5)
Automated Testing
We use automated unit tests including functional tests to prevent regressions. Check out our travis build below:, (*6)
master:
, (*7)
License
GPLv2, (*8)