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)057PHP

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 1w ago

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

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

1400d 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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k54](/packages/neuron-core-neuron-ai)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)[volcengine/volcengine-php-sdk

119.5k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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