mhunesi / yii2-entegra
Yii2 Entegra Integration
Installs: 67
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-03-04 17:07:17 UTC
README
Yii2 Entegra Integration
Installation
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.
Usage
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();