PHPackages                             rogertiweb/sendpulse - 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. rogertiweb/sendpulse

ActiveLibrary[API Development](/categories/api)

rogertiweb/sendpulse
====================

SendPulse REST API client for Laravel

1.3(3y ago)056PHP

Since Jul 28Pushed 3y agoCompare

[ Source](https://github.com/rogertiweb/sendpulse-laravel)[ Packagist](https://packagist.org/packages/rogertiweb/sendpulse)[ RSS](/packages/rogertiweb-sendpulse/feed)WikiDiscussions master Synced today

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

Sendpulse API for Laravel 9
===========================

[](#sendpulse-api-for-laravel-9)

Sendpulse API package for Laravel 9

Installation
============

[](#installation)

```
composer require rogertiweb/sendpulse
```

Add `Rogertiweb\SendPulse\SendPulseProvider::class` to providers

**config/app.php**

```
'providers' => [
    Rogertiweb\SendPulse\SendPulseProvider::class,
],

'aliases' => [
    'SendPulse' => Rogertiweb\SendPulse\SendPulse::class,
]
```

Publish config

```
php artisan vendor:publish --provider="Rogertiweb\SendPulse\SendPulseProvider" --tag="config"
```

Set the api key variables in your `.env` file

```
SENDPULSE_API_USER_ID=null
SENDPULSE_API_SECRET=null

```

Usage API
=========

[](#usage-api)

```
// From container
$api = app('sendpulse');
$books = $api->listAddressBooks();

// From facade
$books = \SendPulse::listAddressBooks();

// From dependency injection
public function getBooks(\NikitaKiselev\SendPulse\Contracts\SendPulseApi $api)
{
    $books = $api->listAddressBooks();
}
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% 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 ~252 days

Recently: every ~268 days

Total

10

Last Release

1355d ago

Major Versions

0.5 → v1.02022-10-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/c20a36dad678c515573bf4322a6117385822da36a3045b1d08d94e52ed82ec27?d=identicon)[rogertiweb](/maintainers/rogertiweb)

---

Top Contributors

[![rogersgti87](https://avatars.githubusercontent.com/u/10325792?v=4)](https://github.com/rogersgti87 "rogersgti87 (60 commits)")[![nikitakiselev](https://avatars.githubusercontent.com/u/2862333?v=4)](https://github.com/nikitakiselev "nikitakiselev (4 commits)")

### Embed Badge

![Health badge](/badges/rogertiweb-sendpulse/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M972](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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