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 issues](https://github.com/kiwicom/email-on-acid-sdk/issues)[1 PRs](https://github.com/kiwicom/email-on-acid-sdk/pulls)1BSD-3-ClausePHPPHP &gt;=7.1

Since Aug 9Pushed 2y ago6 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 today

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

27

—

LowBetter than 47% of packages

Maintenance10

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

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

[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.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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