PHPackages                             mailium/api-wrapper-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. mailium/api-wrapper-php

ActiveLibrary[API Development](/categories/api)

mailium/api-wrapper-php
=======================

Mailium API Wrapper for PHP

1.0.3(9y ago)281511GNU GPL v3PHPPHP &gt;=5.2.0

Since Sep 24Pushed 9y ago2 watchersCompare

[ Source](https://github.com/mailium/api-wrapper-php)[ Packagist](https://packagist.org/packages/mailium/api-wrapper-php)[ Docs](https://github.com/mailium/api-wrapper-php)[ RSS](/packages/mailium-api-wrapper-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (5)Used By (1)

PHP wrapper class for Mailium API v3
====================================

[](#php-wrapper-class-for-mailium-api-v3)

[![Latest Stable Version](https://camo.githubusercontent.com/c0537df5fe2ce5b966a2b3599b2a8d0c7129c95392a8c5ff3809b1f3710a1b2b/68747470733a2f2f706f7365722e707567782e6f72672f6d61696c69756d2f6170692d777261707065722d7068702f762f737461626c652e737667)](https://packagist.org/packages/mailium/api-wrapper-php) [![Monthly Downloads](https://camo.githubusercontent.com/2a65ec4ad8c5379563089856621dce99cc5104d4860a9806a9b7a24f1d3ecad5/68747470733a2f2f706f7365722e707567782e6f72672f6d61696c69756d2f6170692d777261707065722d7068702f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/mailium/api-wrapper-php) [![License](https://camo.githubusercontent.com/aae38cb0eb6a9342e6420012eea0009b4995239b1bb6db0ddf864fdd2de4f871/68747470733a2f2f706f7365722e707567782e6f72672f6d61696c69756d2f6170692d777261707065722d7068702f6c6963656e73652e737667)](https://packagist.org/packages/mailium/api-wrapper-php)

For more details about API v3, please visit our help section at

- [Installation](#installation)
- [Demo](#demo)
- [Documentation](#documentation)

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

[](#installation)

Simply add the package to your `composer.json` file and run `composer update`.

```
"mailium/php-api-wrapper": "dev-master"

```

Or go to your project directory where the `composer.json` file is located and type:

```
composer require "mailium/php-api-wrapper"
```

Demo
----

[](#demo)

Either ACCESS\_TOKEN or API\_KEY must be set.

```
  $mailiumApi = new Mailium\API\MailiumAPI3('ACCESS_TOKEN', 'YOUR_API3_KEY', 'SUBDOMAIN', 'json');
  $mailiumApi->run('List.GetList',array());

  print_r($mailiumApi->Result);
```

Documentation
-------------

[](#documentation)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~0 days

Total

4

Last Release

3569d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20596368?v=4)[mailium](/maintainers/mailium)[@mailium](https://github.com/mailium)

---

Top Contributors

[![leventogut](https://avatars.githubusercontent.com/u/895636?v=4)](https://github.com/leventogut "leventogut (4 commits)")[![jonasdt](https://avatars.githubusercontent.com/u/1201842?v=4)](https://github.com/jonasdt "jonasdt (1 commits)")[![merthurturk](https://avatars.githubusercontent.com/u/1395005?v=4)](https://github.com/merthurturk "merthurturk (1 commits)")

---

Tags

apimailium

### Embed Badge

![Health badge](/badges/mailium-api-wrapper-php/health.svg)

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

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22879.8k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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