定制 lettinghq/laravel-drip-php 二次开发

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

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

lettinghq/laravel-drip-php

Composer 安装命令:

composer require lettinghq/laravel-drip-php

包简介

A Laravel wrapper for Drip's REST API v2.0

README 文档

README

A Laravel wrapper for Drip's PHP wrapper for their REST API

Installation

1) Add the package as a dependancy in your composer.json

composer require lettinghq/laravel-drip-php

2) publish the vendor config file

php artisan vendor:serve

3) Add your Drip API token to the config file located in app/config/drip.php. We recommend you add this key to your project .env file instead of directly adding it to your config file.

DRIP_API_TOKEN=your token here

4) Add the following line to your providers array in your config/app.php file

LettingHQ\DripPhp\DripPhpServiceProvider::class,

5) Add the following line to your aliases array in your config/app.php file

'DripPhp' => LettingHQ\DripPhp\DripPhp::class,

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-01-19