languid01 / yii2-contacts
Extension to manage contacts
Package info
github.com/languid01/yii2-contacts
Type:yii2-extension
pkg:composer/languid01/yii2-contacts
dev-master
2015-08-18 14:12 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-04-29 17:14:12 UTC
README
<<<<<<< HEAD Contacts Manager
Extension to manage contacts
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist languid01/yii2-contacts "*"
or add
"languid01/yii2-contacts": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \languid01\contacts\AutoloadExample::widget(); ?>``` ======= # yii2-contacts Contact Manager Highly unstable extension - DO NOT USE >>>>>>> origin/master