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 1y 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 1mo ago

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

28

—

LowBetter than 54% of packages

Maintenance45

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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

434d 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 (5 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

[sendgrid/smtpapi

Build SendGrid X-SMTPAPI headers in PHP.

696.5M2](/packages/sendgrid-smtpapi)[elastic-email/web-api-client

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

22345.7k2](/packages/elastic-email-web-api-client)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)

PHPackages © 2026

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