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)01.0kMITPHP

Since Jan 31Pushed 2mo 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 today

READMEChangelog (3)Dependencies (2)Versions (5)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

36

—

LowBetter than 79% of packages

Maintenance58

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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