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 2mo 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 2w 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

33

—

LowBetter than 72% of packages

Maintenance64

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

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

[laravel/framework

The Laravel Framework.

34.9k556.2M21.4k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19467.3M1.9k](/packages/drupal-core)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)[nutgram/nutgram

The Telegram bot library that doesn't drive you nuts

740315.8k8](/packages/nutgram-nutgram)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.7M7](/packages/avalara-avataxclient)

PHPackages © 2026

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