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

ActiveLibrary

oyepez003/mailinator\_php
=========================

PHP wrapper for the Mailinator.com API

v1.0.3(9y ago)01.0kMITPHPPHP &gt;=5.2.1

Since Nov 19Pushed 9y ago1 watchersCompare

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

READMEChangelog (3)DependenciesVersions (4)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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

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

Total

3

Last Release

3630d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21730da81fbe12e7626a7e1fa51fdd68f14e94c5b8d18e6a933e0a9ad379514c?d=identicon)[oyepez003](/maintainers/oyepez003)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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