almeyda / yii2-contact-form
contact form module
Package info
github.com/willarin/yii2-contact-form
Type:yii2-extension
pkg:composer/almeyda/yii2-contact-form
dev-master
2020-11-28 21:51 UTC
Requires
- php: >=5.5.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-01 00:33:41 UTC
README
Contact form is a simple module for Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require almeyda/yii2-contact-form "*"
or add
"almeyda/yii2-contact-form": "*"
to the required section of your composer.json file.
Usage
Once the extension is installed, modify your application configuration to include:
return [ 'modules' => [ ... 'contact' => [ 'class' => 'almeyda\yii2contactform\Module', ], ... ], ];
License
yii2-contact-form is released under the Apache License 2.0. See the bundled LICENSE.md for details.