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

ActiveLibrary[API Development](/categories/api)

nikitakiselev/sendpulse
=======================

SendPulse REST API client for Laravel

v0.1(9y ago)15.2k3PHP

Since Jul 28Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Sendpulse API for Laravel 5
===========================

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

Sendpulse API package for Laravel 5

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

[](#installation)

```
composer require nikitakiselev/sendpulse
```

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

**config/app.php**

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

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

Publish config

```
php artisan vendor:publish --provider="NikitaKiselev\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 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

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

Unknown

Total

1

Last Release

3572d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04246135f5c0a58ce24d254cb9079548cee3e1ba2b633cad3506276a42180779?d=identicon)[nikitakiselev](/maintainers/nikitakiselev)

---

Top Contributors

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

### Embed Badge

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

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

###  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)
