graciousstudios / connect
Connect your webshop with ROBIN
0.1.15
2016-05-30 13:42 UTC
Requires
- graciousstudios/api: 0.1.*
- seoshop/seoshop-php: v1.7.0
Requires (Dev)
- league/flysystem: 1.0.4
- mockery/mockery: ^0.9.4
- phpunit/phpunit: ^4.7
- symfony/var-dumper: v2.7.1
- vlucas/phpdotenv: v2.0.1
This package is auto-updated.
Last update: 2026-05-21 13:40:04 UTC
README
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 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
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