PHPackages                             dvomaks/laravel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dvomaks/laravel-sendpulse

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dvomaks/laravel-sendpulse
=========================

A minimal service provider to set up and use the SendPulse PHP library in Laravel 5

12.7k1PHP

Since Nov 29Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

SendPulse Laravel Helper
========================

[](#sendpulse-laravel-helper)

[![CircleCI](https://camo.githubusercontent.com/e6b63919eadd4b9b15e4745fb914e3d61bc2ea9475c74aa24a3976a436e85da1/68747470733a2f2f636972636c6563692e636f6d2f67682f64766f6d616b732f6c61726176656c2d73656e6470756c73652f747265652f6d61737465722e7376673f7374796c653d736869656c64)](https://circleci.com/gh/dvomaks/laravel-sendpulse/tree/master)

A service provider and facade to set up and use the [SendPulse](https://sendpulse.com/) PHP library in Laravel 5.

This package consists of a service provider, which binds an instance of an initialized SendPulse client to the IoC-container and a SendPulse facade so you may access all methods of the Sendpulse\\RestAPI\\ApiClient class via the syntax:

```
$message = ['title' => 'My first notification', 'website_id' => 1, 'body' => 'I am the body of the push message'];

SendPulse::createPushTask($message);
```

You should refer to the [SendPulse API](https://sendpulse.com/api) and underlying [SendPulseApi PHP class](https://github.com/sendpulse/sendpulse-rest-api-php) for full details about all available methods.

Setup
-----

[](#setup)

1. Install the 'dvomaks/laravel-sendpulse' package

    Note, this will also install the required sendpulse/rest-api package.

    ```
    $ composer require dvomaks/laravel-sendpulse dev-master
    ```
2. Update 'config/app.php'

    ```
    # Add `SendPulseLaravelServiceProvider` to the `providers` array
    'providers' => array(
        ...
        'Dvomaks\LaravelSendPulse\SendPulseServiceProvider',
    )

    # Add the `SendPushFacade` to the `aliases` array
    'aliases' => array(
        ...
        'SendPulse' => 'Dvomaks\LaravelSendPulse\SendPulseFacade',
    )
    ```
3. Publish the configuration file (creates sendpulse.php in config directory) and add your API keys and optional default settings.

    ```
    $ php artisan vendor:publish
    ```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4de953ca506a84e7c5f03d4dccb89fb18e05dac1a90d26ede34e6262ae4ed67c?d=identicon)[dvomaks](/maintainers/dvomaks)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[ozdemirburak/iris

PHP library for color manipulation and conversion.

1201.9M21](/packages/ozdemirburak-iris)[tobimori/kirby-icon-field

A simple Icon field plugin for Kirby CMS

5221.2k2](/packages/tobimori-kirby-icon-field)[lara-zeus/inline-chart

Zeus Inline Chart easily add a chart in filamentPHP table column

2346.6k](/packages/lara-zeus-inline-chart)[remiheens/php-wowza-securetoken

PHP library for Wowza SecureToken module

2153.6k](/packages/remiheens-php-wowza-securetoken)

PHPackages © 2026

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