Download the PHP package blueskyci/laravel-point-click-care without Composer
On this page you can find all versions of the php package blueskyci/laravel-point-click-care. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blueskyci/laravel-point-click-care
More information about blueskyci/laravel-point-click-care
Files in blueskyci/laravel-point-click-care
Download blueskyci/laravel-point-click-care
More information about blueskyci/laravel-point-click-care
Files in blueskyci/laravel-point-click-care
Vendor blueskyci
Package laravel-point-click-care
Short Description A laravel wrapper for Point Click Care
License MIT
Package laravel-point-click-care
Short Description A laravel wrapper for Point Click Care
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-point-click-care
PointClickCare wrapper for Laravel
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
- [x] Facilities
- Find
- List
- [x] Patients
- Find
- List
Testing
composer testAll versions of laravel-point-click-care with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
illuminate/support Version 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0
league/oauth2-client Version ^2.4
illuminate/support Version 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0
league/oauth2-client Version ^2.4
The package blueskyci/laravel-point-click-care contains the following files
Loading the files please wait ...