PHPackages                             tiendanube/expert-sender-api - 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. tiendanube/expert-sender-api

ActiveLibrary[API Development](/categories/api)

tiendanube/expert-sender-api
============================

Simple API for expert sender service

1.0.0(7y ago)045.8kMITPHPPHP &gt;=5.4.0

Since Sep 26Pushed 7y ago7 watchersCompare

[ Source](https://github.com/TiendaNube/expert-sender-api)[ Packagist](https://packagist.org/packages/tiendanube/expert-sender-api)[ RSS](/packages/tiendanube-expert-sender-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (16)Used By (0)

Expert Sender Api
=================

[](#expert-sender-api)

Simple API for expert sender service

Usage
-----

[](#usage)

```
$expertSender = new ExpertSender('https://api.esv2.com/', $apiKey);

$customProperty = new Property(1775, ExpertSenderEnum::TYPE_STRING, 'female');

$request = new AddUserToList();
$request
    ->setEmail('my@email.com')
    ->setListId(1000)
    ->setFirstName('my name');
    ->addProperty($customProperty)
    ->freeze();

$result = $expertSender->addUserToList($request);

if ($result->isOk()) {
    ...
} else {
    $requestData = $expertSender->getRequestData();
}
```

Implemented functions
---------------------

[](#implemented-functions)

- addUserToList
- deleteUser
- getUserId
- addTableRow
- getTableData
- updateTableRow
- deleteTableRow
- changeEmail
- sendTrigger
- sendTransactional

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~386 days

Total

15

Last Release

2911d ago

Major Versions

0.3.1 → 1.0.02018-07-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/495889?v=4)[Martín Palombo](/maintainers/lombo)[@lombo](https://github.com/lombo)

![](https://avatars.githubusercontent.com/u/1649565?v=4)[Lucas Mendes](/maintainers/devsdmf)[@devsdmf](https://github.com/devsdmf)

---

Top Contributors

[![vitkovskii](https://avatars.githubusercontent.com/u/2269880?v=4)](https://github.com/vitkovskii "vitkovskii (19 commits)")[![alexandrfox](https://avatars.githubusercontent.com/u/199416?v=4)](https://github.com/alexandrfox "alexandrfox (15 commits)")[![MacDada](https://avatars.githubusercontent.com/u/136261?v=4)](https://github.com/MacDada "MacDada (7 commits)")[![devsdmf](https://avatars.githubusercontent.com/u/1649565?v=4)](https://github.com/devsdmf "devsdmf (3 commits)")[![rdmrcv](https://avatars.githubusercontent.com/u/242112?v=4)](https://github.com/rdmrcv "rdmrcv (2 commits)")[![yapro](https://avatars.githubusercontent.com/u/263248?v=4)](https://github.com/yapro "yapro (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tiendanube-expert-sender-api/health.svg)

```
[![Health](https://phpackages.com/badges/tiendanube-expert-sender-api/health.svg)](https://phpackages.com/packages/tiendanube-expert-sender-api)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69734.4M144](/packages/algolia-algoliasearch-client-php)[avalara/avataxclient

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

528.3M7](/packages/avalara-avataxclient)[keboola/storage-api-client

Keboola Storage API PHP Client

10397.4k31](/packages/keboola-storage-api-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[flowwow/cloudpayments-php-client

cloudpayments api client

2197.1k](/packages/flowwow-cloudpayments-php-client)

PHPackages © 2026

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