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
- Create Patient
- Add Insurance to Patient
- Create Sales Order
- Add Items to Sales Order
统计信息
- 总下载量: 17.67k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2018-12-12