PHPackages                             blueskyci/laravel-point-click-care - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. blueskyci/laravel-point-click-care

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

blueskyci/laravel-point-click-care
==================================

A laravel wrapper for Point Click Care

0.0.7(2y ago)018MITPHPPHP &gt;=7.4

Since Dec 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/blueskyci-dev/laravel-point-click-care)[ Packagist](https://packagist.org/packages/blueskyci/laravel-point-click-care)[ RSS](/packages/blueskyci-laravel-point-click-care/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (5)Used By (0)

PointClickCare wrapper for Laravel
----------------------------------

[](#pointclickcare-wrapper-for-laravel)

WARNING - WIP \[Paginated results not finished\]
================================================

[](#warning---wip-paginated-results-not-finished)

This composer package makes connecting and working with the PointClickCare API easier and more fluent within laravel.

### Installation

[](#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

[](#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

[](#available-resources)

- Facilities
    - Find
    - List
- Patients
    - Find
    - List

Testing

```
composer test
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

865d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e6d3cfb3f044c9005b1a3ff2bd11baa4ab89e89fdb0b098da7341c20c52f04c?d=identicon)[fbaird@blueskyci.com](/maintainers/fbaird@blueskyci.com)

---

Top Contributors

[![frank3ps](https://avatars.githubusercontent.com/u/122292286?v=4)](https://github.com/frank3ps "frank3ps (8 commits)")[![frvbaird](https://avatars.githubusercontent.com/u/25489504?v=4)](https://github.com/frvbaird "frvbaird (2 commits)")

### Embed Badge

![Health badge](/badges/blueskyci-laravel-point-click-care/health.svg)

```
[![Health](https://phpackages.com/badges/blueskyci-laravel-point-click-care/health.svg)](https://phpackages.com/packages/blueskyci-laravel-point-click-care)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
