PHPackages                             seansch/interspire - 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. [API Development](/categories/api)
4. /
5. seansch/interspire

ActiveLibrary[API Development](/categories/api)

seansch/interspire
==================

Interspire API Wrapper for Laravel 5

v1.1.0(9y ago)11421MITPHPPHP &gt;=5.4.0

Since May 14Pushed 9y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

Interspire API Wrapper
======================

[](#interspire-api-wrapper)

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

[](#installation)

First, pull in the package through Composer.

```
"require": {
    "seansch/interspire": "dev-master"
}
```

And then, if using Laravel 5, include the service provider within `app/config/app.php`.

```
'providers' => [
    'Seansch\Interspire\InterspireServiceProvider'
];
```

And, for convenience, add a facade alias to this same file at the bottom:

```
'aliases' => [
    'Interspire' => 'Seansch\Interspire\InterspireFacade'
];
```

Publish the config file `app/config/interspire.php` and edit with your details

```
php artisan vendor:publish
```

Usage
-----

[](#usage)

Returns `bool` based on success

```
    $result = Interspire::addSubscriberToList($email, $list_id, array $fields);
    $result = Interspire::deleteSubscriber($email, $list_id)
    $result = Interspire::isOnList($email, $list_id)
    $result = Interspire::getCustomFields($list_id)
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~107 days

Recently: every ~156 days

Total

7

Last Release

3378d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b68ee462f467cb247f076d493908f8d157e5cedec36b88ff1f2fa0671c0b422?d=identicon)[seansch](/maintainers/seansch)

---

Top Contributors

[![seansch](https://avatars.githubusercontent.com/u/3009015?v=4)](https://github.com/seansch "seansch (12 commits)")[![bart](https://avatars.githubusercontent.com/u/5200235?v=4)](https://github.com/bart "bart (3 commits)")

### Embed Badge

![Health badge](/badges/seansch-interspire/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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