PHPackages                             1naturalway/brightree - 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. 1naturalway/brightree

ActiveLibrary

1naturalway/brightree
=====================

Brightree API Wrapper for PHP

1.8.2(10mo ago)618.2k↓50%1GPL-3.0+PHPPHP ^8.3

Since Sep 29Pushed 10mo ago5 watchersCompare

[ Source](https://github.com/1naturalway/brightree)[ Packagist](https://packagist.org/packages/1naturalway/brightree)[ RSS](/packages/1naturalway-brightree/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (14)Used By (0)

Brightree PHP SDK
=================

[](#brightree-php-sdk)

Install
-------

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

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

[](#processing-a-customer)

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

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance54

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 56.9% 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 ~146 days

Recently: every ~223 days

Total

13

Last Release

305d ago

PHP version history (4 changes)1.0.0PHP ^7.3.0

1.4.1PHP ^7.3.0|^8.0

1.6PHP ^8.0.2

1.8.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/17084ad54e16e273b638275e6d4c13d77fc8bde5b6bb8a698e353c96ab8c3067?d=identicon)[ajohnson6494](/maintainers/ajohnson6494)

![](https://www.gravatar.com/avatar/69a81b42cd431393f03d91e56c7fb3cc361456144bba1132ef7e91366907378c?d=identicon)[mkulina](/maintainers/mkulina)

---

Top Contributors

[![ajohnson6494](https://avatars.githubusercontent.com/u/5192820?v=4)](https://github.com/ajohnson6494 "ajohnson6494 (41 commits)")[![bsharrits](https://avatars.githubusercontent.com/u/40664309?v=4)](https://github.com/bsharrits "bsharrits (11 commits)")[![mkulina](https://avatars.githubusercontent.com/u/24984263?v=4)](https://github.com/mkulina "mkulina (11 commits)")[![nickcheek](https://avatars.githubusercontent.com/u/7572691?v=4)](https://github.com/nickcheek "nickcheek (9 commits)")

---

Tags

facadelaravelphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/1naturalway-brightree/health.svg)

```
[![Health](https://phpackages.com/badges/1naturalway-brightree/health.svg)](https://phpackages.com/packages/1naturalway-brightree)
```

PHPackages © 2026

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