alexcold/yii2-plentyconnector

PlentyMarkets SOAP API connector

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/alexcold/yii2-plentyconnector

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

This package is not auto-updated.

Last update: 2025-11-03 18:07:24 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