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

ActiveLibrary[API Development](/categories/api)

lingualeo/expert-sender-api
===========================

Simple API for expert sender service

0.3.1(12y ago)1948.7k↑14.3%21[3 PRs](https://github.com/LinguaLeo/expert-sender-api/pulls)MITPHPPHP &gt;=5.4.0

Since Sep 26Pushed 5y ago18 watchersCompare

[ Source](https://github.com/LinguaLeo/expert-sender-api)[ Packagist](https://packagist.org/packages/lingualeo/expert-sender-api)[ RSS](/packages/lingualeo-expert-sender-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (15)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

37

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Recently: every ~2 days

Total

14

Last Release

4397d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/254cf1d4fe35b98488bb7769f8873dcf93b8aa9d5462e9e41343f2a1285f3275?d=identicon)[LinguaLeo](/maintainers/LinguaLeo)

---

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)")[![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/lingualeo-expert-sender-api/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69333.0M114](/packages/algolia-algoliasearch-client-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[alexacrm/dynamics-webapi-toolkit

Web API toolkit for Microsoft Dynamics 365 and Dynamics CRM

81324.1k1](/packages/alexacrm-dynamics-webapi-toolkit)[comgate/sdk

Comgate PHP SDK

13327.8k](/packages/comgate-sdk)

PHPackages © 2026

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