PHPackages                             sabbajohn/pulse-php - 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. sabbajohn/pulse-php

ActiveLibrary[API Development](/categories/api)

sabbajohn/pulse-php
===================

Framework-agnostic PHP client for the VoraPulse API.

0.1.4(1mo ago)0250↑122.2%1MITPHPPHP ^8.2

Since May 16Pushed 1mo agoCompare

[ Source](https://github.com/sabbajohn/pulse-php)[ Packagist](https://packagist.org/packages/sabbajohn/pulse-php)[ RSS](/packages/sabbajohn-pulse-php/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (1)

sabbajohn/pulse-php
===================

[](#sabbajohnpulse-php)

Framework-agnostic PHP client for the public `v2` VoraPulse API.

Contract
--------

[](#contract)

The SDK contract is defined by the Pulse public OpenAPI spec:

- `https://github.com/vora-sys/Pulse/blob/main/VoraPulse/docs/openapi/pulse-public-v2.openapi.json`

Administrative, billing, observability and other internal endpoints are intentionally out of scope.

Compatibility
-------------

[](#compatibility)

- PHP `^8.2`
- Public API base: `/api/v2`

Installation
------------

[](#installation)

```
composer require sabbajohn/pulse-php
```

Quickstart
----------

[](#quickstart)

```
use Sabbajohn\PulsePhp\PulseClient;

$pulse = new PulseClient('https://pulse.example.com', 'api-token');

$pulse->get('health');

$pulse->emails()->sendSync([
    'to' => [['email' => 'cliente@example.com', 'name' => 'Cliente']],
    'subject' => 'Bem-vindo',
    'html' => 'Ola!',
]);

$pulse->automations()->trigger('pedido.criado', ['pedido_id' => 123]);

$pulse->emails()->ingestBounce([
    'email_id' => 154,
    'bounce_type' => 'hard',
    'recipient' => 'cliente@example.com',
    'reason' => 'Mailbox unavailable',
]);
```

The client automatically normalizes the base URL to `/api/v2`.

Services
--------

[](#services)

- `emails()`: send sync/async, list, status, cancel, retry, bounce ingestion, stats and SMTP test
- `templates()`: meta, CRUD and preview
- `composer()`: meta, render, validate, autosave and latest revision
- `campaigns()`: list, create, preview, show, update, delete and send
- `audiences()`: audiences, channels, members, tags and segments
- `contacts()`: list, create, show, update, replace and delete
- `automations()`: CRUD, trigger, toggle and manual run
- `calendar()`: items, create event and delete event
- `whatsapp()`: config, test, instance status, QR, webhook, restart, list and send message

Errors
------

[](#errors)

The public exception mapping is stable across SDKs:

- `AuthenticationException`
- `NotFoundException`
- `ValidationException`
- `RateLimitException`
- `RemoteException`
- `RequestFailedException`

Examples
--------

[](#examples)

- `examples/quickstart.php`

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance92

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~12 days

Total

4

Last Release

31d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/299b8502a3c252fd7733814f2219701cb8b38d15519fabb338ee47e6564c48a0?d=identicon)[sabbajohn](/maintainers/sabbajohn)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sabbajohn-pulse-php/health.svg)

```
[![Health](https://phpackages.com/badges/sabbajohn-pulse-php/health.svg)](https://phpackages.com/packages/sabbajohn-pulse-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

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

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[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)[volcengine/volcengine-php-sdk

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

PHPackages © 2026

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