PHPackages                             kiwicom/email-on-acid-sdk - 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. kiwicom/email-on-acid-sdk

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

kiwicom/email-on-acid-sdk
=========================

This library provides basic functionality for work with Email on Acid API

v0.9.1(8y ago)24.1k7[1 PRs](https://github.com/kiwicom/email-on-acid-sdk/pulls)1BSD-3-ClausePHPPHP &gt;=7.1

Since Aug 9Pushed 2y ago5 watchersCompare

[ Source](https://github.com/kiwicom/email-on-acid-sdk)[ Packagist](https://packagist.org/packages/kiwicom/email-on-acid-sdk)[ Docs](https://www.kiwi.com)[ RSS](/packages/kiwicom-email-on-acid-sdk/feed)WikiDiscussions master Synced 1mo ago

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

Email on Acid SDK
=================

[](#email-on-acid-sdk)

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

[](#installation)

composer require "kiwicom/email-on-acid-sdk"

Usage
-----

[](#usage)

Create ApiFactory with required parameters - `apikey` and `password` can be obtained in `Account` section on

```
$apiFactory = new \EmailOnAcid\ApiFactory('yourapikey', 'yourpassword', $timeout);
```

Creating of Email testing api example:

```
$emailTestsApi = $apiFactory->createEmailTesting()
```

Creating new test require EmailTestRequest as argument , filling required data where one of url / html must be provided as email content and returning Response\\NewEmailTest with data about your new test

```
try {
    $newEmailTest = $emailTestsApi->createEmailTest(
		new \EmailOnAcid\Request\EmailTestRequest(
			'Email subject to test',
			'Html of your email to test'
		)
	);
} catch (\EmailOnAcid\Ecxception\EmailOnAcidException $e) {
    // handle exception
}
```

Results of API calls are immutable objects from `\EmailOnAcid\Response` namespace or simple string\[\].

Fetching tests results example:

For fetching test results you need testId which is provided in Response\\NewEmailTest (testId is used for operations like links test, email content test, spam test, code analysis so you probably want to store it somewhere after creating new test)

```
$testInfo = $emailTestApi->getTestInfo(
	$newEmailTest->getId()
);
```

Exception types
---------------

[](#exception-types)

`\EmailOnAcid\Ecxception\ApiRequestException` - unexpected api errors

`\EmailOnAcid\Ecxception\UnsuccessfulActionException` - some of api calls provides only true|false result without any additional data; `UnsuccessfulActionException` is thrown in case of false result

`\EmailOnAcid\Ecxception\NotFoundException` - can be thrown in cases where requested content is not found (mostly related to functions that require test id as parameter and it does not exist on api)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~133 days

Total

2

Last Release

3071d ago

### Community

Maintainers

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

---

Top Contributors

[![janbielik-afk](https://avatars.githubusercontent.com/u/243374290?v=4)](https://github.com/janbielik-afk "janbielik-afk (4 commits)")[![FyXtreMe](https://avatars.githubusercontent.com/u/6747334?v=4)](https://github.com/FyXtreMe "FyXtreMe (1 commits)")

---

Tags

email testingspam testingEmail on Acid

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kiwicom-email-on-acid-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/kiwicom-email-on-acid-sdk/health.svg)](https://phpackages.com/packages/kiwicom-email-on-acid-sdk)
```

###  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)
