PHPackages                             digikraaft/mono-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. digikraaft/mono-php

ActiveLibrary[API Development](/categories/api)

digikraaft/mono-php
===================

PHP Implementation of Mono API

v1.1.0(4y ago)711.4k5[1 issues](https://github.com/digikraaft/mono-php/issues)MITPHPPHP ^7.4 | ^8.0

Since Sep 25Pushed 1y agoCompare

[ Source](https://github.com/digikraaft/mono-php)[ Packagist](https://packagist.org/packages/digikraaft/mono-php)[ Docs](https://github.com/digikraaft/mono-php)[ RSS](/packages/digikraaft-mono-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Convenient PHP wrapper to the Mono API
======================================

[](#convenient-php-wrapper-to-the-mono-api)

[![run-tests](https://github.com/digikraaft/mono-php/workflows/run-tests/badge.svg)](https://github.com/digikraaft/mono-php/workflows/run-tests/badge.svg)[![Build Status](https://camo.githubusercontent.com/44150e18ef41668c6ec54e825beda3ef61a81fd860f550b350c4703604289fa5/68747470733a2f2f7472617669732d63692e636f6d2f646967696b72616166742f6d6f6e6f2d7068702e7376673f746f6b656e3d365968423546784a734637454e644d4d374d7a7a266272616e63683d6d6173746572)](https://travis-ci.com/digikraaft/mono-php)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ed159e9b21f5fd601b02cf5a87e463defbe6aab9a55ab703912706d807058cc9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646967696b72616166742f6d6f6e6f2d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/digikraaft/mono-php/?branch=master)[![Code Intelligence Status](https://camo.githubusercontent.com/7c3fcc9940498cf8a5c534ead8eabae2ce95cc3561babf48f1ff02b76f537d83/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646967696b72616166742f6d6f6e6f2d7068702f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![License: MIT](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://opensource.org/licenses/MIT)

This package provides an expressive and convenient way to interact with the [Mono API](https://withmono.com/).

IMPORTANT NOTICE
================

[](#important-notice)

Please note that the Mono API is not currently in private beta, this package is a pre-lease and therefore may not be stable enough for production. Use at your discretion!

We will continue to update this package as new features are being added to the Mono API.

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

[](#installation)

You can install the package via composer:

```
composer require digikraaft/mono-php
```

Usage
-----

[](#usage)

All APIs documented in Mono's [API Reference](https://docs.mono.co/docs) are currently supported by this package.

### Authentication

[](#authentication)

Before using any of the endpoints, you will have to authenticate the current account with the endpoint `account/auth` :

```
