PHPackages                             endeavors/maxmd-message - 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. endeavors/maxmd-message

ActiveLibrary[API Development](/categories/api)

endeavors/maxmd-message
=======================

Maxmd messaging api php client

v3.0.7(6y ago)038012MITPHPPHP &gt;=7.0CI failing

Since Nov 16Pushed 6y agoCompare

[ Source](https://github.com/hendeavors/maxmd-message)[ Packagist](https://packagist.org/packages/endeavors/maxmd-message)[ RSS](/packages/endeavors-maxmd-message/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (5)Versions (46)Used By (2)

maxmd-message
=============

[](#maxmd-message)

This library is an adaptation of the api provided by maxmd. The idea is to make it dead simple to build an inbox using php.

Authentication
==============

[](#authentication)

```
use Endeavors\MaxMD\Message\User;

...

User::login("your@domain.direct.eval.md", "password");
```

Viewing A Message
=================

[](#viewing-a-message)

To view a message, simply create a folder instance and send the uid of the message to the View method:

```
use Endeavors\MaxMD\Message\Folder;

$folder = Folder::create("Inbox");

$message = $folder->Messages()->View(1);
```

Viewing All Messages
====================

[](#viewing-all-messages)

The All method returns a simple array of objects

```
use Endeavors\MaxMD\Message\Folder;

$folder = Folder::create("Inbox");

$message = $folder->Messages()->All();
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~17 days

Recently: every ~25 days

Total

42

Last Release

2383d ago

Major Versions

0.1.5 → 1.0.02017-11-17

1.1.9 → 2.0.02017-12-20

1.1.10 → 2.1.72018-01-29

2.2.0 → 3.0.12018-05-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/0605cdd1d4d5e4f131117fe19061be0686ae300b8681c186d85fb2bba35f553b?d=identicon)[tbitowner](/maintainers/tbitowner)

![](https://avatars.githubusercontent.com/u/21232249?v=4)[Adam Rodriguez](/maintainers/hendeavors)[@hendeavors](https://github.com/hendeavors)

---

Top Contributors

[![bpedroza](https://avatars.githubusercontent.com/u/3336238?v=4)](https://github.com/bpedroza "bpedroza (5 commits)")[![hendeavors](https://avatars.githubusercontent.com/u/21232249?v=4)](https://github.com/hendeavors "hendeavors (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/endeavors-maxmd-message/health.svg)

```
[![Health](https://phpackages.com/badges/endeavors-maxmd-message/health.svg)](https://phpackages.com/packages/endeavors-maxmd-message)
```

###  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.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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