1naturalway/brightree 问题修复 & 功能扩展

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

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

1naturalway/brightree

最新稳定版本:1.8.2

Composer 安装命令:

composer require 1naturalway/brightree

包简介

Brightree API Wrapper for PHP

README 文档

README

Install

Using the composer CLI:

composer require 1naturalway/brightree

Or manually add it to your composer.json:

{
  "require": {
    "1naturalway/brightree": "dev-master",
  }
}

Laravel 5.1 Service Provider

In config/app.php, register the service provider

Brightree\FrameworkSupport\Laravel\BrightreeServiceProvider::class,

Register the Facade (optional)

'Brightree' => Brightree\FrameworkSupport\Laravel\BrightreeFacade::class

Publish the config

php artisan vendor:publish --provider="Brightree\FrameworkSupport\Laravel\BrightreeServiceProvider"

Set your env variables

BRIGHTREE_USERNAME=xxxxxxxx
BRIGHTREE_PASSWORD=xxxxxxxx

Access Brightree SDK from the Facade or Binding

 $service = Brightree::orderEntryService();

 $service = app('brightree)->orderEntryService();

Processing a Customer

  1. Create Patient
  2. Add Insurance to Patient
  3. Create Sales Order
  4. Add Items to Sales Order

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2018-12-12