Yii2 Entegra Integration
The preferred way to install this extension is through composer.
Either run
composer require mhunesi/yii2-entegra "*"
or add
"mhunesi/yii2-entegra": "*"
to the require section of your composer.json
file.
Postman Collection: https://documenter.getpostman.com/view/11428707/TVRha8xQ
Once the extension is installed, simply use it in your code by :
/** @var $entegra Entegra */
$entegra = Yii::$app->entegra;
$response = $entegra->productService()->all();