承接 christhompsontldr/laravel-recurly 相关项目开发

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

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

christhompsontldr/laravel-recurly

最新稳定版本:1.1.1

Composer 安装命令:

composer require christhompsontldr/laravel-recurly

包简介

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

README 文档

README

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 christhompsontldr/laravel-recurly

Configure

To use the Recurly Service Provider, you must register the provider when bootstrapping your Laravel application.

Add 'Christhompsontldr\LaravelRecurly\ServiceProvider' to the list of service providers in app/config/app.php

'Christhompsontldr\LaravelRecurly\ServiceProvider::class,',

Create a config file for the package

php artisan vendor:publish

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

Usage

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-08-12