PHPackages                             thetreehouse/relay - 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. thetreehouse/relay

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

thetreehouse/relay
==================

Synchronise your Laravel contacts and companies across your operational suite

v0.2.0(5y ago)033[1 PRs](https://github.com/thetreehousefamily/relay/pulls)MITPHPPHP ^8.0 || ^7.4

Since May 7Pushed 3y agoCompare

[ Source](https://github.com/thetreehousefamily/relay)[ Packagist](https://packagist.org/packages/thetreehouse/relay)[ Docs](https://github.com/the-treehouse/relay)[ RSS](/packages/thetreehouse-relay/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (8)Versions (6)Used By (0)

[![](https://camo.githubusercontent.com/d05e493f2c22ac7c94966b7e5c6876bb450d6887cf332342faf977cc9d2e4149/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f74686574726565686f7573652d66616d696c792e61707073706f742e636f6d2f72656c61792f6173736574732f72656c61792d6f6e2d77686974652e706e67)](https://camo.githubusercontent.com/d05e493f2c22ac7c94966b7e5c6876bb450d6887cf332342faf977cc9d2e4149/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f74686574726565686f7573652d66616d696c792e61707073706f742e636f6d2f72656c61792f6173736574732f72656c61792d6f6e2d77686974652e706e67)
=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d7bf1dff96ec05eb6c59c37c2c1e3b054e8e574856aa023df4d6a972a9c3414f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74686574726565686f7573652f72656c61792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thetreehouse/relay)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0e765b4f4acba13cfcdf702c89e6bf33206be06cd889640e8344818d86089776/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f74686574726565686f75736566616d696c792f72656c61792f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/thetreehousefamily/relay/actions?query=workflow%3Arun-tests+branch%3Amaster)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/77410e88e4925e9c1b06fa0681cde0e7bf3ad2ba50e7d2037dd3db67d3db7a4f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f74686574726565686f75736566616d696c792f72656c61792f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/thetreehousefamily/relay/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/565fff5f4901ce999cf69d8ccaa584b17761a9eb716350dc4b0f1da4ae51290e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686574726565686f7573652f72656c61792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thetreehouse/relay)

Painlessly sync your contacts and organizations between your Laravel application and the rest of your operational suite.

---

### Relay is Alpha!

[](#relay-is-alpha)

Relay is undergoing its initial, 'alpha' development phase. The core design of Relay, and its public API, is subject to change at any notice. This notice will remain until Relay hits its first stable version, v1.0.0.

---

Relay helps you to bootstrap your internal integrations by painlessly, **bidirectionally**, syncing the contacts and organizational accounts between your Laravel application and the rest of your operational suite.

> Note: This is the core Relay repository. If you're looking to install a particular driver, checkout the [Drivers](#) section.

Contents
--------

[](#contents)

- [What Problem does Relay Solve?](#what-problem-does-relay-solve?)
- [Requirements](#requirements)
- [Installation](#installation)
    - [Driver Installation](#driver-installation)
- [General Usage](#general-usage)
- [Testing](#testing)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [Security Vulnerabilities](#security-vulnerabilities)
- [Credits](#credits)
- [License](#License)

What Problem does Relay Solve?
------------------------------

[](#what-problem-does-relay-solve)

In the early stages (or frankly any stage) of a startup, the development team is often tasked with integrating the platform or application with different operational tools. Think CRMs, marketing automation suites, payment gateways etc.

Relay lets you, as a developer, focus on building the actual product instead of integrating time consuming, (and often poorly documented) third party APIs. By abstracting these service's APIs into plug-and-play driver packages, Relay simply observes the relevant Eloquent models of your application and tasks these drivers with updating the relevant service.

Requirements
------------

[](#requirements)

Relay requires PHP `^8.0` or `^7.4`, and Laravel `^8.0`.

Installation
------------

[](#installation)

// TODO: Installation instructions, including locking the core Relay package

### Driver Installation

[](#driver-installation)

// TODO: Driver Installation

General Usage
-------------

[](#general-usage)

// TODO: General Usage, including reference to see each package's specific usage instructions

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Frank Dixon](https://github.com/frankieeedeee)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~2 days

Total

3

Last Release

1878d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12390434?v=4)[thetreehouse](/maintainers/thetreehouse)[@TheTreeHouse](https://github.com/TheTreeHouse)

---

Top Contributors

[![frankieeedeee](https://avatars.githubusercontent.com/u/42694851?v=4)](https://github.com/frankieeedeee "frankieeedeee (55 commits)")

---

Tags

laravelRelayThe Treehouse

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/thetreehouse-relay/health.svg)

```
[![Health](https://phpackages.com/badges/thetreehouse-relay/health.svg)](https://phpackages.com/packages/thetreehouse-relay)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)

PHPackages © 2026

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