kl83 / comments-collector
Console script to grab feedbacks
dev-master
2018-10-15 16:31 UTC
Requires
- php: >=7.0
- ext-dom: *
- ext-json: *
- ext-libxml: *
- yiisoft/yii2: ^2.0.0
- yiisoft/yii2-httpclient: ~2.0.0
This package is auto-updated.
Last update: 2026-02-16 09:01:52 UTC
README
Console script to grab feedbacks.
Available sources:
- Booking
- Yandex
- Tripadvisor
Supported storages:
- WordPress
Installation
composer create-project kl83/comments-collector
Configuration
Create and edit config.php file. See configuration example in config.dist.php file.
cp config.dist.php config.php
nano config.php
Usage
Run the comcol and feedbacks will be grabbed from the configured sources to configured storage.
./comcol
License
MIT