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(8y ago)108.6k↓50%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 1mo ago

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 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 86.5% 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

3283d 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)")

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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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