定制 digital-canvas/recurly-client-laravel 二次开发

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

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

digital-canvas/recurly-client-laravel

Composer 安装命令:

composer require digital-canvas/recurly-client-laravel

包简介

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

README 文档

README

Integrates the Recurly API with Laravel 4

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

Installation

The Recurly Service Provider can be installed via Composer by requiring the digital-canvas/recurly-client-laravel package in your project's composer.json.

{
    "require": {
        "digital-canvas/recurly-client-laravel": "1.*"
    }
}

Run composer update to pull in the libraries.

composer update

Configure

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

Add 'DigitalCanvas\Recurly\RecurlyServiceProvider' to the list of service providers in app/config/app.php

'DigitalCanvas\Recurly\RecurlyServiceProvider',

Create a config file for the package

php artisan config:publish digital-canvas/recurly-client-laravel

Edit the config and set the subdomain and apiKey values to match the Recurly credentials. If you plan to use recurly.js you must also set the privateKey value.

Usage

You may use the the api classes following the documentation at http://docs.recurly.com/client-libraries/php

统计信息

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

GitHub 信息

  • Stars: 5
  • Watchers: 4
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-08-19