PHPackages                             directmailmanager/php-dmm-api - 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. directmailmanager/php-dmm-api

ActiveLibrary[API Development](/categories/api)

directmailmanager/php-dmm-api
=============================

A simple Object Oriented wrapper for DMM API, written with PHP

v1.0.0(3y ago)08MITPHPPHP ^8.0

Since Jan 30Pushed 3y ago2 watchersCompare

[ Source](https://github.com/onebrand/php-dmm-api)[ Packagist](https://packagist.org/packages/directmailmanager/php-dmm-api)[ RSS](/packages/directmailmanager-php-dmm-api/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (10)Versions (3)Used By (0)

 [ ![Sentry](https://camo.githubusercontent.com/4d1a92948fba619dd691e4bc15f36f8e141e9cd22e62c7eedc249f06ab77c225/68747470733a2f2f6469726563746d61696c6d616e616765722e636f6d2f77702d636f6e74656e742f7468656d65732f646d6d2d323032312f646973742f696d616765732f646d6d2d6c6f676f2e737667) ](https://directmailmanager.com/?utm_source=github&utm_medium=logo)

Official Direct Mail Manager v3 SDK for PHP
===========================================

[](#official-direct-mail-manager-v3-sdk-for-php)

A simple Object-Oriented wrapper for DMM API, written with PHP.

[![StyleCI](https://camo.githubusercontent.com/d865c5df82258b2dbf537f635c2a7d0bb6ccaf3ff31db12535715902e7137aac/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f373534383938362f736869656c643f7374796c653d736869656c64)](https://github.styleci.io/repos/7548986/shield?style=plastic)[![Latest Stable Version](https://camo.githubusercontent.com/11f759349428d82e06f2442752ed0e2840c23816508b03aabf5eddb109aba831/687474703a2f2f706f7365722e707567782e6f72672f6469726563746d61696c6d616e616765722f7068702d646d6d2d6170692f76)](https://packagist.org/packages/directmailmanager/php-dmm-api)[![License](https://camo.githubusercontent.com/aaab62916033b3333b51d3a25f6a842b9d58a2eba3dcd40e699c06c3c72a85ee/687474703a2f2f706f7365722e707567782e6f72672f6469726563746d61696c6d616e616765722f7068702d646d6d2d6170692f6c6963656e7365)](https://packagist.org/packages/directmailmanager/php-dmm-api)[![Monthly Downloads](https://camo.githubusercontent.com/9b3685e2970f021fc694c693091225999fc54450adc57a907eb9e828b0befc15/687474703a2f2f706f7365722e707567782e6f72672f6469726563746d61696c6d616e616765722f7068702d646d6d2d6170692f642f6d6f6e74686c79)](https://packagist.org/packages/directmailmanager/php-dmm-api)[![Daily Downloads](https://camo.githubusercontent.com/f358954fe35463298606c9ca2ec49b77005bc08c8958a96b73b508667e4cda6d/687474703a2f2f706f7365722e707567782e6f72672f6469726563746d61696c6d616e616765722f7068702d646d6d2d6170692f642f6461696c79)](https://packagist.org/packages/directmailmanager/php-dmm-api)

VersionBuild StatusCode Coverage`main`[![CI](https://github.com/webgurus-eu/php-dmm-api/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/webgurus-eu/php-dmm-api/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/ac23ced1a05afede3f40effeea36469dc9c05dabe57e642245ec686e3cd7ec4f/68747470733a2f2f636f6465636f762e696f2f67682f77656267757275732d65752f7068702d646d6d2d6170692f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d4730314e50315a504e57)](https://codecov.io/gh/webgurus-eu/php-dmm-api)`develop`[![CI](https://github.com/webgurus-eu/php-dmm-api/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/webgurus-eu/php-dmm-api/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/e3bde7e132287e840a40f81980c1902bd57458c027de1480bca28e89f82b900f/68747470733a2f2f636f6465636f762e696f2f67682f77656267757275732d65752f7068702d646d6d2d6170692f6272616e63682f646576656c6f702f67726170682f62616467652e7376673f746f6b656e3d4730314e50315a504e57)](https://codecov.io/gh/webgurus-eu/php-dmm-api)Features
--------

[](#features)

- Light and fast thanks to lazy loading of API classes

Prerequisites
-------------

[](#prerequisites)

First, you will need to first create an account at directmailmanager.com and obtain your Live API Key. You may access your API Keys from the [Settings &gt; API Keys](https://app.directmailmanager.com/settings/api-keys/) after you've created an account.

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

[](#requirements)

- PHP &gt;= 8.0
- A [HTTP client](https://packagist.org/providers/php-http/client-implementation)
- A [PSR-7 implementation](https://packagist.org/providers/psr/http-message-implementation)
- (optional) PHPUnit to run tests.

Getting started
---------------

[](#getting-started)

### Install

[](#install)

To install the SDK you will need to be using Composer in your project. To install it please see the [docs](https://getcomposer.org/download/).

```
composer require directmailmanager/php-dmm-api
```

The package (`directmailmanager/php-dmm-api`) is not tied to any specific library that sends HTTP messages. Instead, it uses [Httplug](https://github.com/php-http/httplug) to let users choose whichever PSR-7 implementation and HTTP client they want to use.

If you just want to get started quickly you should run the following command:

```
composer require directmailmanager/php-dmm-api php-http/curl-client
```

This is basically what the metapackage (`directmailmanager/php-dmm-api`) provides.

This will install the library as well as an HTTP client adapter that use Guzzle as a transport method (provided by Httplug).You do not have to use those packages if you do not want to. You may use any package that provides [`php-http/async-client-implementation`](https://packagist.org/providers/php-http/async-client-implementation)and [`http-message-implementation`](https://packagist.org/providers/psr/http-message-implementation).

### Documentation

[](#documentation)

See the [PHP API docs](https://apidocs.directmailmanager.com/docs/dmm-v3-api/).

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.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

Unknown

Total

1

Last Release

1250d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7bc2afa9863af59334bc25df07e2b2bb1360cb5e3ffa72be32e5ce4c5d4c2c54?d=identicon)[adrian-webgurus](/maintainers/adrian-webgurus)

![](https://www.gravatar.com/avatar/6ffdbbcf3d550ae8a0b89086f7aa7dda8c63e545b3fb0add81552171a8b8ed82?d=identicon)[ptlevi](/maintainers/ptlevi)

---

Top Contributors

[![ptlevi](https://avatars.githubusercontent.com/u/31447022?v=4)](https://github.com/ptlevi "ptlevi (17 commits)")[![precubadrian](https://avatars.githubusercontent.com/u/22660296?v=4)](https://github.com/precubadrian "precubadrian (12 commits)")[![adrian-webgurus](https://avatars.githubusercontent.com/u/74660977?v=4)](https://github.com/adrian-webgurus "adrian-webgurus (3 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/directmailmanager-php-dmm-api/health.svg)

```
[![Health](https://phpackages.com/badges/directmailmanager-php-dmm-api/health.svg)](https://phpackages.com/packages/directmailmanager-php-dmm-api)
```

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k28.0M318](/packages/openai-php-client)[brd6/notion-sdk-php

Notion SDK for PHP

6123.0k](/packages/brd6-notion-sdk-php)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M736](/packages/sylius-sylius)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28150.5k](/packages/phpro-http-tools)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

9067.8k](/packages/n1ebieski-ksef-php-client)

PHPackages © 2026

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