PHPackages                             ivansabat/sendpulse-rest-api-laravel - 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. ivansabat/sendpulse-rest-api-laravel

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

ivansabat/sendpulse-rest-api-laravel
====================================

A service provider and facade to set up and use the SendPulse PHP library in Laravel.

1.1.2(1y ago)011MITPHPPHP &gt;=8.2

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/IvanSabat/sendpulse-rest-api-laravel)[ Packagist](https://packagist.org/packages/ivansabat/sendpulse-rest-api-laravel)[ Docs](https://github.com/IvanSabat/sendpulse-rest-api-laravel)[ RSS](/packages/ivansabat-sendpulse-rest-api-laravel/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (8)Versions (4)Used By (0)

SendPulse Laravel
=================

[](#sendpulse-laravel)

A service provider and facade to set up and use the SendPulse PHP library in Laravel.

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

[](#installation)

1. Install Package in a Laravel project:

```
composer require ivansabat/sendpulse-rest-api-laravel
```

2. Set Environment Variables in **.env**:

```
SENDPULSE_API_USER_ID=your_api_user_id
SENDPULSE_API_SECRET=your_api_secret
```

3. Publish the configuration file (create sendpulse.php in the config directory).

```
php artisan vendor:publish --provider="IvanSabat\SendPulse\Providers\SendPulseServiceProvider"
```

Usage
-----

[](#usage)

Use the Package in your Laravel application:

```
use IvanSabat\Sendpulse\Facades\SendPulse;

$addressBooks = SendPulse::listAddressBooks();
```

```
use IvanSabat\Sendpulse\Facades\SendPulse;

$sendPulse = new Sendpulse(
    config('sendpulse.api_user_id'),
    config('sendpulse.api_secret')
);
$addressBooks = $sendPulse->get('addressbooks');
```

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

560d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/192325616?v=4)[Ivan Sabat](/maintainers/IvanSabat)[@IvanSabat](https://github.com/IvanSabat)

---

Top Contributors

[![IvanSabat](https://avatars.githubusercontent.com/u/192325616?v=4)](https://github.com/IvanSabat "IvanSabat (7 commits)")

---

Tags

phpapilaravelrestsendpulse

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ivansabat-sendpulse-rest-api-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/ivansabat-sendpulse-rest-api-laravel/health.svg)](https://phpackages.com/packages/ivansabat-sendpulse-rest-api-laravel)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k113.1M999](/packages/laravel-socialite)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.6k26.0M826](/packages/laravel-boost)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M189](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k153](/packages/nativephp-mobile)

PHPackages © 2026

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