PHPackages                             fostermadeco/pool - 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. fostermadeco/pool

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

fostermadeco/pool
=================

A Segment package for Laravel

0.0.2(7y ago)01MITPHP

Since Jun 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/fostermadeco/pool)[ Packagist](https://packagist.org/packages/fostermadeco/pool)[ RSS](/packages/fostermadeco-pool/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (8)Versions (3)Used By (0)

A Segment package for Laravel.

The goal of this package is to make it easier to use Segment within a Laravel package. It formats the data as needed and uses `segmentio/analytics-php` to make the API calls.

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

[](#installation)

Currently Laravel 5.6 is the only version supported.

Require the package:

```
composer require fostermadeco/pool

```

Publish the config:

```
php artisan vendor:publish

```

Add default destinations to the integrations array in the segment config file, for example:

```
    'integrations' => [
        'All' => false,
        'Google Analytics' => true,
        'Optimizely' => true,
    ],
```

Add `SEGMENT_WRITE_KEY` to your `.env` file and assign it the value of the write key Segment provides for your source:

```
SEGMENT_WRITE_KEY=

```

Further setup is detailed in the documentation below.

Calls
-----

[](#calls)

1. [Identify](docs/IDENTIFY.md)
2. [Track](docs/TRACK.md)
3. [Page](docs/PAGE.md)
4. [Screen](docs/SCREEN.md)
5. [Group](docs/GROUP.md)
6. [Alias](docs/ALIAS.md)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

2861d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2012253?v=4)[Jonathan Cox](/maintainers/likeuntomurphy)[@likeuntomurphy](https://github.com/likeuntomurphy)

![](https://avatars.githubusercontent.com/u/5827972?v=4)[Adam Winfree](/maintainers/adam-winfree)[@adam-winfree](https://github.com/adam-winfree)

---

Top Contributors

[![adam-winfree](https://avatars.githubusercontent.com/u/5827972?v=4)](https://github.com/adam-winfree "adam-winfree (53 commits)")

---

Tags

segment

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fostermadeco-pool/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M125](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M123](/packages/roots-acorn)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)

PHPackages © 2026

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