This Extension helps you to grab any products from different site using css selectors or meta tags.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist abolfaazl/yii2-product-grabber "*"
or add
"abolfaazl/yii2-product-grabber": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \abolfaazl\productGrabber\AutoloadExample::widget(); ?>```