jorisvanw/laravel-recurly 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

jorisvanw/laravel-recurly

最新稳定版本:v2.0.2

Composer 安装命令:

composer require jorisvanw/laravel-recurly

包简介

A simple Laravel 5 service provider for including the Recurly PHP client.

README 文档

README

Latest Stable Version Total Downloads Build Status Coverage Status Donate

Integrates the Recurly API with Laravel 5.

A simple Laravel 5 service provider for including the Recurly PHP Client.

Installation

Use composer to install the package.

composer require jorisvanw/laravel-recurly

For laravel >=5.5 that's all. This package supports Laravel new Package Discovery.

If you are using Laravel < 5.5, you also need to add 'JorisvanW\LaravelRecurly\ServiceProvider' to your app/config/app.php providers array:

JorisvanW\LaravelRecurly\ServiceProvider::class,

Configuration

The defaults are set in app/config/recurly.php. Copy this file to your own config directory to modify the values. You can publish the config using this command:

$ php artisan vendor:publish --provider="JorisvanW\LaravelRecurly\ServiceProvider"

Add your Recurly information to the your .env file using the keys found in app/config/recurly.php.

Usage

http://docs.recurly.com/client-libraries/php

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-08-14