blueskyci/laravel-point-click-care
最新稳定版本:0.0.7
Composer 安装命令:
composer require blueskyci/laravel-point-click-care
包简介
A laravel wrapper for Point Click Care
README 文档
README
WARNING - WIP [Paginated results not finished]
This composer package makes connecting and working with the PointClickCare API easier and more fluent within laravel.
Installation
composer require blueskyci/laravel-point-click-care
Publish the vendor files so that you can inherit configurations, migrations, and setup views.
php artisan vendor:publish --provider="Blueskyci\PointClickCare\PointClickCareServiceProvider"
Add the secrets to your .env file
POINTCLICKCARE_CLIENT_ID= POINTCLICKCARE_CLIENT_SECRET= POINTCLICKCARE_DEFAULT_ORG_UUID=
Usage
// Initiate a connection using client credentials $pcc = PointClickCare::organization(); // Use the default org from .env $pcc = PointClickCare::organization($orgUuid); // Override the org UUID // returns a collection of facilities $pcc->facilities()->all();
Available Resources
- Facilities
- Find
- List
- Patients
- Find
- List
Testing
composer test
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-29