承接 robinhq/connect 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

robinhq/connect

最新稳定版本:0.1.15

Composer 安装命令:

composer require robinhq/connect

包简介

Connect your webshop with ROBIN

README 文档

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

Usage

统计信息

  • 总下载量: 25
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 7
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-07-17