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 3w 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 57% 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

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

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

The PHP Agentic Framework.

2.0k496.1k33](/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.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

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

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

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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