PHPackages                             aglipanci/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. aglipanci/interspire

ActiveLibrary

aglipanci/interspire
====================

Interspire API Intergration Made Easy

22074PHP

Since Oct 23Pushed 11y ago2 watchersCompare

[ Source](https://github.com/aglipanci/laravel-interspire)[ Packagist](https://packagist.org/packages/aglipanci/interspire)[ RSS](/packages/aglipanci-interspire/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-interspire
==================

[](#laravel-interspire)

[![](https://camo.githubusercontent.com/78430e67782a4f8d3e860ac3bb4a5153d0b99d59ac6199c56b820d9638f0bf94/68747470733a2f2f7472617669732d63692e6f72672f61676c6970616e63692f6c61726176656c2d696e74657273706972652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aglipanci/laravel-interspire) [![SensioLabsInsight](https://camo.githubusercontent.com/a317fbcfc812da60b3bb9d47e228340827468861df7c2c55d66469b3c521fd56/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62346432343333312d303130612d346266332d626531352d3631346538343630376135312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/b4d24331-010a-4bf3-be15-614e84607a51)

Interspire API Intergration Made Easy

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

[](#installation)

Add laravel-interspire to your composer.json file:

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

```

Use composer to install this package.

```
$ composer update

```

### Registering the Package

[](#registering-the-package)

Register the service provider within the `providers` array found in `app/config/app.php`:

```
'providers' => array(
	// ...

	'Aglipanci\Interspire\InterspireServiceProvider',
)
```

Add an alias within the `aliases` array found in `app/config/app.php`:

```
'aliases' => array(
	// ...

	'Interspire'     => 'Aglipanci\Interspire\Facades\Interspire',
)
```

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

[](#configuration)

Create configuration file for package using artisan command

```
$ php artisan config:publish aglipanci/interspire

```

And edit the config file with your Interspire API URL, Username and Token.

Usage
-----

[](#usage)

### Basic usage

[](#basic-usage)

To add a new Subscriber to a list you should add name, surname, email and the list id (which you get from interspire);

```
Interspire::addSubscriberToList('John', 'Smith', 'jsmith@gmail.com', 1);
```

To delete an existing Subscriber you need only the email address:

```
Interspire::deleteSubscriber('jsmith@gmail.com');
```

To check if a subscriber is already on a specific list:

```
Interspire::isOnList('jsmith@gmail.com', 2)
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ab3935dbfd17d02014b655a60004bf9f43a9367c3365d36c2308297eb01b158?d=identicon)[aglipanci](/maintainers/aglipanci)

---

Top Contributors

[![aglipanci](https://avatars.githubusercontent.com/u/2675283?v=4)](https://github.com/aglipanci "aglipanci (14 commits)")

### Embed Badge

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

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

PHPackages © 2026

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