PHPackages                             adt/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. [API Development](/categories/api)
4. /
5. adt/smartemailing

ActiveLibrary[API Development](/categories/api)

adt/smartemailing
=================

Easy way to interact with SmartEmailing API from PHP

v2.0.1(5y ago)35.4k5MITPHP

Since Sep 14Pushed 1y ago16 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (21)Used By (0)

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

[](#smartemailing)

Easy way to interact with SmartEmailing API from PHP

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

[](#installation)

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

```
$ composer require adt/smartemailing
```

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

```
parameters:
	smartemailing:
		username:
		token:

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

```

Usage
-----

[](#usage)

`contactInsert($email, $contactlists, $properties, $customfields)`

Insert a new contact into SmartEmailing lists. `$contactlists`, `$properties` and `$customfields` are arrays.

`contactUpdate($email, $contactlists, $properties, $customfields)`

Update an existing contact in SmartEmailing lists. `$contactlists`, `$properties` and `$customfields` are arrays.

`contactGetOneByEmail($email)`

Get an exisitng contact by email.

`contactGetOneByID($email)`

Get an exisitng contact by user's ID.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 61.5% 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 ~141 days

Recently: every ~350 days

Total

15

Last Release

1914d ago

Major Versions

v1.2.10 → v2.0.02018-12-13

PHP version history (2 changes)v1.0PHP ~5.3

v1.2.1PHP &gt;=5.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/5575ff5b286a1982356d8ed7d8fc9f44385b44ef1108f34ac8c71b106d0c69ec?d=identicon)[michallohnisky](/maintainers/michallohnisky)

![](https://www.gravatar.com/avatar/b14b3ccdfe1f00a01596de650930f4dcb5de964af406a2cb7a9dafdf75decc6a?d=identicon)[appsdevteam](/maintainers/appsdevteam)

---

Top Contributors

[![thorewi](https://avatars.githubusercontent.com/u/605858?v=4)](https://github.com/thorewi "thorewi (8 commits)")[![michallohnisky](https://avatars.githubusercontent.com/u/4747059?v=4)](https://github.com/michallohnisky "michallohnisky (3 commits)")[![martinknor](https://avatars.githubusercontent.com/u/2004222?v=4)](https://github.com/martinknor "martinknor (1 commits)")[![samuelg0rd0n](https://avatars.githubusercontent.com/u/4357381?v=4)](https://github.com/samuelg0rd0n "samuelg0rd0n (1 commits)")

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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