PHPackages                             thepieterdc/mailinator\_php - 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. thepieterdc/mailinator\_php

ActiveLibrary[API Development](/categories/api)

thepieterdc/mailinator\_php
===========================

PHP wrapper for the Mailinator.com API

v1.0.3(9y ago)1058.5k↓16.7%10[1 PRs](https://github.com/thepieterdc/mailinator_php/pulls)MITPHPPHP &gt;=5.2.1

Since Nov 19Pushed 8y ago4 watchersCompare

[ Source](https://github.com/thepieterdc/mailinator_php)[ Packagist](https://packagist.org/packages/thepieterdc/mailinator_php)[ RSS](/packages/thepieterdc-mailinator-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

mailinator\_php
===============

[](#mailinator_php)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/brnlbs/mailinator/blob/master/LICENSE)[![Monthly downloads](https://camo.githubusercontent.com/9c9ee1269557fc4f2c84f13801069592a6b6ad0428c2427d7d7e151452bba1a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f74686570696574657264632f6d61696c696e61746f725f7068702e737667)](https://packagist.org/packages/thepieterdc/mailinator_php)[![Daily downloads](https://camo.githubusercontent.com/79b57d458e2525852058d69272393c6d3bdcd424ead191fbaf8585e4ed726630/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f74686570696574657264632f6d61696c696e61746f725f7068702e737667)](https://packagist.org/packages/thepieterdc/mailinator_php)[![Total downloads](https://camo.githubusercontent.com/d2ff0c1874433b647da562d862cec4a6f0defcbf371b8a698c1703014c835b9a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686570696574657264632f6d61696c696e61746f725f7068702e737667)](https://packagist.org/packages/thepieterdc/mailinator_php)

PHP wrapper for the Mailinator.com API

Token
-----

[](#token)

Create a [Mailinator](http://www.mailinator.com) account, login, and find your token at

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

[](#requirements)

You need to have the [cURL](http://php.net/manual/en/book.curl.php)-extension installed on your server. [PHP](http://www.php.net) 5.2 will suffice.

Usage
-----

[](#usage)

```
require_once 'src/Mailinator/Mailinator.php';
$mailinator = new Mailinator('my_token');

//Get messages in inbox//
try
{
  print_r($mailinator->inbox('randominbox'));
} catch(Exception $e) {
  // Process the error
  echo "Something went wrong: " . $e->getMessage();
}

//Get a message//
try
{
  print_r($mailinator->message('mail-id'));
} catch(Exception $e) {
  // Process the error
  echo "Something went wrong: " . $e->getMessage();
}

//Delete a message//
try
{
  print_r($mailinator->delete('mail-id'));
} catch(Exception $e) {
  // Process the error
  echo "Something went wrong: " . $e->getMessage();
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/thepieterdc/mailinator_php/blob/master/LICENSE.txt) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 76.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 ~71 days

Total

4

Last Release

3619d ago

### Community

Maintainers

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

---

Top Contributors

[![thepieterdc](https://avatars.githubusercontent.com/u/6131398?v=4)](https://github.com/thepieterdc "thepieterdc (26 commits)")[![skylord123](https://avatars.githubusercontent.com/u/3412313?v=4)](https://github.com/skylord123 "skylord123 (4 commits)")[![oyepez003](https://avatars.githubusercontent.com/u/1541517?v=4)](https://github.com/oyepez003 "oyepez003 (3 commits)")[![Chriton](https://avatars.githubusercontent.com/u/12685981?v=4)](https://github.com/Chriton "Chriton (1 commits)")

### Embed Badge

![Health badge](/badges/thepieterdc-mailinator-php/health.svg)

```
[![Health](https://phpackages.com/badges/thepieterdc-mailinator-php/health.svg)](https://phpackages.com/packages/thepieterdc-mailinator-php)
```

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