定制 steffjenl/spotler-client 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

steffjenl/spotler-client

最新稳定版本:v0.0.7

Composer 安装命令:

composer require steffjenl/spotler-client

包简介

PHP Client for Spotler (spotler.nl) with support for Laravel 5.5 and higher

README 文档

README

Build Status

PHP Client for Spotler (spotler.nl) with support for Laravel 5.5 and higher

Installation

Install the package using composer:

composer require steffjenl/spotler-client

On Laravel versions before 5.5 you also need to add the service provider to config/app.php manually:

    Spotler\SpotlerServiceProvider::class,

Then add this in config/services.php:

        'spotler' => [
            'consumerKey'         => env('SPOTLER_CONSUMERKEY'),
            'consumerSecret'      => env('SPOTLER_CONSUMERSECRET'),
        ],

Finally, add the fields SPOTLER_CONSUMERKEY, SPOTLER_CONSUMERSECRET to your .env file with the appropriate credentials.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-03-21