Skip to content

mhunesi/yii2-entegra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 Entegra Integration

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();

Releases

No releases published

Packages

No packages published

Languages