PHPackages                             sendstreak/sendstreak-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. sendstreak/sendstreak-php

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

sendstreak/sendstreak-php
=========================

SendStreak client for PHP

1.0.1(1y ago)051MITPHP

Since Apr 27Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/sendstreak/sendstreak-php)[ Packagist](https://packagist.org/packages/sendstreak/sendstreak-php)[ RSS](/packages/sendstreak-sendstreak-php/feed)WikiDiscussions master Synced today

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

SendStreak PHP SDK
==================

[](#sendstreak-php-sdk)

[SendStreak](https://www.sendstreak.com) is a simple interface that lets you integrate quickly with email services such as Mailchimp, Sendgrid or even AWS SES or Gmail to decouple your audience, email history and templates from your email provider.

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

[](#installation)

```
$ composer require sendstreak/sendstreak-php
```

Usage
-----

[](#usage)

```
$client = new SendStreak\SendStreakPhp\SendStreakClient("YOUR_API_KEY");

$contact = new SendStreak\SendStreakPhp\Contact(
    "johndoe@example.com",
    [
        'firstName' => 'John',
        'lastName' => 'Doe',
        'onboarded' => false
    ]
);
// Push your contacts to SendStreak with as many attributes as you want
$client->updateContact($contact);

// Send them emails using predefined templates
$client->sendMail(
    "johndoe@example.com",
    "customer-welcome-email",
    [
        'username' => 'johndoe'
    ]
);

// You can also do the same asynchronously
$client->updateContactAsync($contact);

$client->sendMailAsync(
    "johndoe@example.com",
    "customer-welcome-email",
    [
        'username' => 'johndoe'
    ]
);
```

We accept contributions here
----------------------------

[](#we-accept-contributions-here)

If you're a PHP developer using SendStreak and want to contribute to this SDK, we're more than happy to have your pull request here - and your name on the hall of fame forever!

Hall of fame
------------

[](#hall-of-fame)

13.07.2023 [lonewolf](https://github.com/FractalXX) - Initial version of SendStreak PHP SDK

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance70

Regular maintenance activity

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~682 days

Total

2

Last Release

479d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/799321c11c3c0213e45ac0695e2f23138213c349390f9cba4a433bfc5c98b90e?d=identicon)[sendstreak](/maintainers/sendstreak)

---

Top Contributors

[![zbettenbuk](https://avatars.githubusercontent.com/u/9974975?v=4)](https://github.com/zbettenbuk "zbettenbuk (6 commits)")[![FractalXX](https://avatars.githubusercontent.com/u/891613?v=4)](https://github.com/FractalXX "FractalXX (4 commits)")

---

Tags

apiclientemailsmtptransactionalsendstreak

### Embed Badge

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

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[nutgram/nutgram

The Telegram bot library that doesn't drive you nuts

737290.3k8](/packages/nutgram-nutgram)[elastic-email/web-api-client

Easily send emails with Elastic Email using Web API PHP Client https://elasticemail.com/

22352.3k2](/packages/elastic-email-web-api-client)

PHPackages © 2026

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