almeyda / yii2-contact-form
contact form module
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.5.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-03-29 00:52:49 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.