PHPackages                             cnorton-webdev/easy-mailinator - 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. cnorton-webdev/easy-mailinator

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

cnorton-webdev/easy-mailinator
==============================

PHP wrapper library for Mailinator.com API

v1.1(9y ago)018MITPHPPHP &gt;=5.2.1

Since Nov 28Pushed 9y agoCompare

[ Source](https://github.com/cnorton-webdev/easyMailinator)[ Packagist](https://packagist.org/packages/cnorton-webdev/easy-mailinator)[ RSS](/packages/cnorton-webdev-easy-mailinator/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

easy\_mailinator
================

[](#easy_mailinator)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/brnlbs/mailinator/blob/master/LICENSE)

PHP wrapper library for the Mailinator API

API Token
---------

[](#api-token)

To obtain an API token for Mailinator, you must first create a [Mailinator](http://www.mailinator.com) account. API access then can be obtained by purchasing an upgrade plan [here](https://www.mailinator.com/featurematrix.jsp) and then obtain your API token at

Requirements
------------

[](#requirements)

In order to use this, you must have the [cURL](http://php.net/manual/en/book.curl.php) extension installed on your server. [PHP](http://www.php.net) 5.5 or higher recommended.

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

[](#installation)

`composer require cnorton-webdev/easy-mailinator`

Public inbox example usage
--------------------------

[](#public-inbox-example-usage)

```
$token = 'your_token_goes_here';

$mail = new easy_mailinator($token);

// Retrieve messages for an inbox

$name = 'some_name_here';

$messages = $mail->inbox($name);

// Show message count - MUST be called AFTER getting messages otherwise will return 0

$message_count = $mail->get_mail_count();

// Get message content

$message = $mail->get($msg_id);

// Delete a message

$is_deleted = $mail->delete($msg_id);

// Retrieve saved messages

$saved_messages = $mail->saved();

// Get saved messages count - MUST be called AFTER getting messages otherwise will return 0

$saved_count = $mail->get_saved_count();
```

Private domain example usage
----------------------------

[](#private-domain-example-usage)

```
$token = 'your_token_goes_here';

$mail = new easy_mailinator($token, true);

// Retrieve messages for private domain inbox

$messages = $mail->private_domain();

// Show private message count - MUST be called AFTER getting messages

$private_message_count = $mail->get_private_count();

// Retrieve and delete messages the same as public inbox example
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

3457d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b85634103c6c2c3423e4e0ae479c115f95ef34272a34d94f6e585e2646f3d586?d=identicon)[kicktd](/maintainers/kicktd)

---

Top Contributors

[![cnorton-dev](https://avatars.githubusercontent.com/u/24207721?v=4)](https://github.com/cnorton-dev "cnorton-dev (8 commits)")

### Embed Badge

![Health badge](/badges/cnorton-webdev-easy-mailinator/health.svg)

```
[![Health](https://phpackages.com/badges/cnorton-webdev-easy-mailinator/health.svg)](https://phpackages.com/packages/cnorton-webdev-easy-mailinator)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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