alexcold/yii2-plentyconnector

PlentyMarkets SOAP API connector

dev-master 2016-06-09 08:31 UTC

This package is not auto-updated.

Last update: 2024-05-20 11:05:32 UTC


README

Extension Version: 0.3v

Install

composer require "alexcold/yii2-plentyconnector":"dev-master"

Configuration

Add to you modules config file these lines :

modules => [ 'plenty' => [ 'class' => 'alexcold\plentyconnector\PlentySoapApi' ] ],

Migrations

type this code into the terminal to migrate : $ php yii migrate/up --migrationPath=@vendor/alexcold/yii2-plentyconnector/migrations