robinhq / 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
- dev-master
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-dependabot/composer/league/flysystem-1.1.4
- dev-dependabot/add-v2-config-file
- dev-dependabot/composer/mockery/mockery-1.3.4
- dev-dependabot/composer/vlucas/phpdotenv-5.3.0
- dev-dependabot/composer/graciousstudios/api-0.1.5
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.5
- dev-dependabot/composer/phpunit/phpunit-4.8.28
- dev-dependabot/composer/symfony/var-dumper-3.2.4
- dev-dependabot/composer/seoshop/seoshop-php-1.9.1
- dev-removecache
This package is not auto-updated.
Last update: 2025-01-04 19:48:13 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