PHPackages                             webboy/fub-api-client - 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. webboy/fub-api-client

ActiveLibrary

webboy/fub-api-client
=====================

PHP client library for Follow Up Boss service

1.11(3y ago)55261MITPHPPHP &gt;=5.4.0

Since Mar 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/webboy/fub-api-client)[ Packagist](https://packagist.org/packages/webboy/fub-api-client)[ RSS](/packages/webboy-fub-api-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (2)Versions (15)Used By (0)

FollowUpBoss API Client
=======================

[](#followupboss-api-client)

PHP api client library for Follow Up Boss service

Install
-------

[](#install)

`composer require webboy/fub-api-client`

Configuration
-------------

[](#configuration)

Use `.env` file to store configuration constants:

`FUB_API_KEY` - Your API key. It can be obtained from FollowUpBoss dashboard.

`FUB_ORIGIN` - Origin string for setting up Email Campaigns (emCampaigns).

Usage
-----

[](#usage)

There are 4 basic methods you can use and they depend on the endpoint. 4 basic methods are:

### index($query\_params)

[](#indexquery_params)

GET method that will list entities

### show($id)

[](#showid)

GET method that will retrieve data of a single entity. Requires `$id` to be provided

### create($data)

[](#createdata)

POST method that will create an entity using the data provided in the `$data` parameter

### update($id,$data)

[](#updateiddata)

PUT method that will update the entity identified with `$id` using data provided in `$data` parameter

### remove($id)

[](#removeid)

DELETE method that will delete the entity identified with `$id`

Example 1
---------

[](#example-1)

```
$client = new Webboy\FubApiClient\Endpoints\Events();
$query_params['limit'] = 15;
$response = $client->index($query_params);

```

Following code will produce an array:

```
array:15 [▼
  0 => array:13 [▼
    "id" => 1433
    "created" => "2017-09-06T15:29:37Z"
    "updated" => "2017-09-06T15:29:37Z"
    "personId" => 373
    "message" => ""
    "description" => ""
    "noteId" => null
    "source" => ""
    "type" => "Viewed Page"
    "pageTitle" => "Home Page"
    "pageUrl" => "http://ikstrim.net/dev/godzilla-polish-live/"
    "pageDuration" => 0
    "property" => null
  ]
  1 => array:13 [▶]
  2 => array:13 [▶]
  3 => array:13 [▶]
  4 => array:13 [▶]
  5 => array:13 [▶]
  6 => array:13 [▶]
  7 => array:13 [▶]
  8 => array:13 [▶]
  9 => array:13 [▶]
  10 => array:13 [▶]
  11 => array:13 [▶]
  12 => array:13 [▶]
  13 => array:13 [▶]
  14 => array:13 [▶]
]

```

More documentation
------------------

[](#more-documentation)

More documentation can be found on official FollowUpBoss webiste.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~144 days

Recently: every ~419 days

Total

14

Last Release

1459d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a51d3fc2b38653d6a521a0e32585fc99036711f9aa89a59200c6891abaad99e3?d=identicon)[webboy](/maintainers/webboy)

---

Top Contributors

[![webboy](https://avatars.githubusercontent.com/u/1636797?v=4)](https://github.com/webboy "webboy (44 commits)")

---

Tags

webboyFUBFollow Up Boss

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webboy-fub-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/webboy-fub-api-client/health.svg)](https://phpackages.com/packages/webboy-fub-api-client)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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