PHPackages                             be-lenka/smartemailing - 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. be-lenka/smartemailing

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

be-lenka/smartemailing
======================

Easy way to interact with SmartEmailing API from PHP

1.0.2(4y ago)0979MITPHP

Since Jan 31Pushed 4y agoCompare

[ Source](https://github.com/be-lenka/SmartEmailing)[ Packagist](https://packagist.org/packages/be-lenka/smartemailing)[ RSS](/packages/be-lenka-smartemailing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

SmartEmailing
=============

[](#smartemailing)

Easy way to interact with SmartEmailing API from **Nette PHP Framework**

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

[](#installation)

The best way to install this component is using [Composer](http://getcomposer.org/):

```
composer require be-lenka/smartemailing
```

Then it is required to add the following lines to `config.neon`:

```
parameters:
	smartemailing:
		username:
		token:

services:
	- belenka\SmartEmailing(%smartemailing.username%, %smartemailing.token%)
```

Usage
-----

[](#usage)

Insert a new contact into SmartEmailing lists:

```
$this->smartEmailing->importContact($email, $name, $surname, $language, $contactLists, $properties, $customFields, $purposes, $settings);
```

Insert a order data into SmartEmailing lists:

```
$this->smartEmailing->importOrders($data);
```

Get an exisitng contact by email:

```
$this->smartEmailing->getContactsByEmail($email);
```

Get all contacts:

```
$this->smartEmailing->getContacts();
```

Get an exisitng contact by user's ID:

```
$this->smartEmailing->getContact($id);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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 ~0 days

Total

3

Last Release

1560d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ac9bdd7b00d31612964e78d32fde2b346252671da0706c9ff3bc797e5e647b9?d=identicon)[arzzen](/maintainers/arzzen)

---

Top Contributors

[![arzzen](https://avatars.githubusercontent.com/u/6382002?v=4)](https://github.com/arzzen "arzzen (6 commits)")

---

Tags

apiemailphpsmartemailing

### Embed Badge

![Health badge](/badges/be-lenka-smartemailing/health.svg)

```
[![Health](https://phpackages.com/badges/be-lenka-smartemailing/health.svg)](https://phpackages.com/packages/be-lenka-smartemailing)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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