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

dev-master 2022-07-04 11:20 UTC

This package is auto-updated.

Last update: 2024-05-04 15:30:19 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();