PHPackages                             gee1web/litmus - 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. gee1web/litmus

ActiveLibrary[API Development](/categories/api)

gee1web/litmus
==============

Sdk for the Litmus Customer RESTful API

2.0.0(9y ago)109.0k↓70.5%8[1 PRs](https://github.com/geelweb/Litmus/pulls)MITPHPPHP ~5.6|~7.0

Since Jan 14Pushed 4y ago3 watchersCompare

[ Source](https://github.com/geelweb/Litmus)[ Packagist](https://packagist.org/packages/gee1web/litmus)[ RSS](/packages/gee1web-litmus/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

Litmus PHP library
==================

[](#litmus-php-library)

[![Build Status](https://camo.githubusercontent.com/4ab38a8edf85eef7c09c18b1412c46aa65277c85f3ac55075c7a0c6c5ec24938/68747470733a2f2f7472617669732d63692e6f72672f6765656c7765622f4c69746d75732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/geelweb/Litmus)

PHP Implementation of the [Litmus](http://litmusapp.com) Customer RESTful API to test email and web pages on many email clients and browsers.

Install
-------

[](#install)

```
composer require gee1web/litmus

```

Examples
--------

[](#examples)

Set Litmus API credentials:

```
use Geelweb\Litmus\Litmus;

Litmus::setAPICredentials(
    'your_api_key',
    'your_api_credential',
    'your_api_password');

```

Get the email clients availables for tests:

```
$clients = Litmus::getEmailClients();

```

Get the clients availables to test web-pages:

```
$clients = Litmus::getPageClients();

```

Create a page test on Safari 2 and IE7:

```
Litmus::createPageTest(array(
    'applications' => array('saf2', 'ie7'),
    'url' => 'http://geelweb.org',
));

```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 84.9% 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 ~42 days

Total

4

Last Release

3330d ago

Major Versions

1.0.2 → 2.0.02017-05-22

PHP version history (2 changes)1.0.0PHP ^7.0

2.0.0PHP ~5.6|~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e56f8e61d7e83f6be2d16d494068d62fe46b224affae44a8d3d08680780ddb1?d=identicon)[geelweb](/maintainers/geelweb)

---

Top Contributors

[![geelweb](https://avatars.githubusercontent.com/u/65830?v=4)](https://github.com/geelweb "geelweb (45 commits)")[![k127](https://avatars.githubusercontent.com/u/372671?v=4)](https://github.com/k127 "k127 (4 commits)")[![adamaveray](https://avatars.githubusercontent.com/u/1160237?v=4)](https://github.com/adamaveray "adamaveray (2 commits)")[![allphat](https://avatars.githubusercontent.com/u/1798897?v=4)](https://github.com/allphat "allphat (1 commits)")[![ndelanoe](https://avatars.githubusercontent.com/u/282501888?v=4)](https://github.com/ndelanoe "ndelanoe (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gee1web-litmus/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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