PHPackages                             mprofi/api-client - 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. mprofi/api-client

ActiveLibrary[API Development](/categories/api)

mprofi/api-client
=================

mProfi api client implementation

v1.0.3(10y ago)112.0kMITPHPPHP &gt;=5.4

Since May 5Pushed 10y ago2 watchersCompare

[ Source](https://github.com/mozarcik/mprofi_api_client_php)[ Packagist](https://packagist.org/packages/mprofi/api-client)[ RSS](/packages/mprofi-api-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

mProfi API client
=================

[](#mprofi-api-client)

[![Build Status](https://camo.githubusercontent.com/1379c0a090d7e32cf48bb2aad3041fd4f45fb199a8be614f8013ba9d9fe6369c/68747470733a2f2f7472617669732d63692e6f72672f6d6f7a617263696b2f6d70726f66695f6170695f636c69656e745f7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mozarcik/mprofi_api_client_php)

Simple library for sending messages using mProfi API. This library provides classes and methods for sending single or many messages at once.

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

[](#installation)

You can install it using composer:

```
composer require mprofi/api-client

```

Usage
-----

[](#usage)

### Single message

[](#single-message)

You can send single message like this

```
$message = new mprofi\Message('5556667777', 'some message content');
$client = new mprofi\Client('api-token');

$messageIds = $client->send($message);
```

### Many messages

[](#many-messages)

Sending many messages at one is almost the same as sending single message:

```
$messages = [
    new mprofi\Message('5556667777', 'first message content'),
    new mprofi\Message('5556668888', 'second message content'),
];

$client = new mprofi\Client('api-token');
$messageIds = $client->send($messages);
```

### Get message status

[](#get-message-status)

While sending messages you get ids so you can later check status:

```
$client = new mprofi\Client('api-token');

$client->getStatus();
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

3708d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f5d034dac307ec0a57ccf3e9091c58f32b56e9f0cac6b60d342fde46a8bf149?d=identicon)[mozarcik](/maintainers/mozarcik)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mprofi-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/mprofi-api-client/health.svg)](https://phpackages.com/packages/mprofi-api-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

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

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/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)
