PHPackages                             dyrynda/maxo-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. dyrynda/maxo-php

ActiveLibrary[API Development](/categories/api)

dyrynda/maxo-php
================

A PHP SDK for the Maxo Telecommunications SMS API

00PHP

Since Apr 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/michaeldyrynda/maxo-php)[ Packagist](https://packagist.org/packages/dyrynda/maxo-php)[ RSS](/packages/dyrynda-maxo-php/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Maxo Telecommunications API SDK
===============================

[](#maxo-telecommunications-api-sdk)

Note

This SDK is still a work in progress. Whilst functional for the [implemented resources](#resources), it is built against the Maxo [documentation](https://www.maxo.com.au/support/api-documentation) for optimistic scenarios.

[Maxo](https://maxo.com.au) is an Australian-based telephony services provider.

Use of this SDK requires an account with Maxo, as well as an API key.

My immediate use-case for this API was sending SMS, so those resources have been built first.

The package leverages [Saloon](https://docs.saloon.dev) for it's HTTP layer.

Resources
---------

[](#resources)

ResourceStatusSMSSending, inbox listingCall HistoryNot implementedInitiate CallNot implemented

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

[](#installation)

```
composer require dyrynda/maxo-php
```

Usage
-----

[](#usage)

```
use Dyrynda\Maxo\Maxo;
use Dyrynda\Maxo\Data\Sms\SendMessageData;

$maxo = new Maxo(
    key: 'your-maxo-key'
);

$response = $maxo->sms()->sendMessage(
    new SendMessageData(...)
);
```

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/558441?v=4)[Michael Dyrynda](/maintainers/michaeldyrynda)[@michaeldyrynda](https://github.com/michaeldyrynda)

---

Top Contributors

[![michaeldyrynda](https://avatars.githubusercontent.com/u/558441?v=4)](https://github.com/michaeldyrynda "michaeldyrynda (7 commits)")

### Embed Badge

![Health badge](/badges/dyrynda-maxo-php/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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