Skip to content

timneutkens/Connect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robin/Connect

This package connects your SEOShop webshop to your ROBIN account. It leverages both of the API's to form an integration.

Installation

Laravel / Lumen

Simply do:

$ composer require robin/connect

And register RobinConnectSEOShopServiceProvider::class as a service provider. For lumen, inside bootstrap/app.php add $app->register(RobinConnectSEOShopServiceProvider::class);. For Laravel, add it to the providers array inside config/app.php

Setup

To be able to use robin/connect, you need to add the following environment variables to your .env file:

##SEOSHOP KEYS
SEOSHOP_API_KEY=
SEOSHOP_API_SECRET=
SEOSHOP_API_LANGUAGE=

##ROBIN KEYS
ROBIN_API_KEY=
ROBIN_API_SECRET=
ROBIN_API_URL=https://api.robinhq.com/

PAPERTRAIL_APP_NAME=

These keys make it possible to work with the different API's

Usage

About

Connect your webshop with ROBIN

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%