2017 © Pedro Peláez
 

library connect

Connect your webshop with ROBIN

image

robinhq/connect

Connect your webshop with ROBIN

  • Friday, February 17, 2017
  • by megawubs
  • Repository
  • 9 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Robin/Connect

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

Installation

Laravel / Lumen

Simply do:, (*2)

$ composer require graciousstudios/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, (*3)

Setup

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

##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, (*5)

Usage

The Versions