PHPackages                             outboundiq/laravel-outboundiq - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. outboundiq/laravel-outboundiq

ActiveLibrary[HTTP &amp; Networking](/categories/http)

outboundiq/laravel-outboundiq
=============================

OutboundIQ integration for Laravel - Third-party API monitoring and analytics

1.0.3(1mo ago)01.1k↓28%MITPHPPHP ^8.1

Since Jan 18Pushed 1mo agoCompare

[ Source](https://github.com/outboundiq-hq/laravel-outboundiq)[ Packagist](https://packagist.org/packages/outboundiq/laravel-outboundiq)[ Docs](https://outboundiq.dev)[ RSS](/packages/outboundiq-laravel-outboundiq/feed)WikiDiscussions main Synced 1mo ago

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

Laravel OutboundIQ
==================

[](#laravel-outboundiq)

Laravel integration for OutboundIQ - Third-party API monitoring and analytics.

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

[](#installation)

You can install the package via composer:

```
composer require outboundiq/laravel-outboundiq
```

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

[](#configuration)

Publish the config file:

```
php artisan vendor:publish --tag="outboundiq-config"
```

If you prefer Laravel's generic config tag, this also works:

```
php artisan vendor:publish --provider="OutboundIQ\Laravel\Providers\OutboundIQServiceProvider" --tag="config"
```

Add your OutboundIQ API key to your `.env` file:

```
OUTBOUNDIQ_KEY=your-api-key
```

Usage
-----

[](#usage)

OutboundIQ will automatically monitor all HTTP requests made using Laravel's HTTP Client, Guzzle, cURL, or file\_get\_contents().

You can also manually track API calls:

```
use OutboundIQ\Laravel\Facades\OutboundIQ;

OutboundIQ::trackApiCall(
    url: 'https://api.example.com/endpoint',
    method: 'POST',
    duration: 150.5,
    statusCode: 200,
    requestHeaders: ['Content-Type' => 'application/json'],
    requestBody: '{"key": "value"}',
    responseHeaders: ['Content-Type' => 'application/json'],
    responseBody: '{"status": "success"}'
);
```

Configuration Options
---------------------

[](#configuration-options)

You can configure OutboundIQ through your `.env` file:

```
# Required - your API key from OutboundIQ dashboard
OUTBOUNDIQ_KEY=your-api-key

# Enable/disable monitoring (default: true)
OUTBOUNDIQ_ENABLED=true

# Transport method: 'async', 'sync', or 'queue' (default: async)
# - async: Background process, best for traditional servers
# - sync: Blocking request, use for Laravel Vapor / AWS Lambda
# - queue: Laravel queue, use for Vapor with SQS
OUTBOUNDIQ_TRANSPORT=async

# Max items to buffer before sending (default: 100)
OUTBOUNDIQ_MAX_ITEMS=100

# Queue name when using 'queue' transport (default: default)
OUTBOUNDIQ_QUEUE=default

## License

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

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance90

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

49d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/215213269?v=4)[outboundiq](/maintainers/outboundiq)[@OutboundIQ](https://github.com/OutboundIQ)

---

Top Contributors

[![infinitypaul](https://avatars.githubusercontent.com/u/15332137?v=4)](https://github.com/infinitypaul "infinitypaul (20 commits)")

---

Tags

httpapilaravelmonitoringtrackingMetricsobservability

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/outboundiq-laravel-outboundiq/health.svg)

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

###  Alternatives

[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[pusher/pusher-http-laravel

\[DEPRECATED\] A Pusher bridge for Laravel

400509.0k3](/packages/pusher-pusher-http-laravel)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[dragon-code/laravel-http-logger

Logging incoming HTTP requests

319.8k3](/packages/dragon-code-laravel-http-logger)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)[laragear/api-manager

Manage multiple REST servers to make requests in few lines and fluently.

161.8k](/packages/laragear-api-manager)

PHPackages © 2026

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