PHPackages                             aksoftware/mr-sender-wrapper - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. aksoftware/mr-sender-wrapper

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

aksoftware/mr-sender-wrapper
============================

send SMS and Fax with MrSender

011.4k↓37.5%PHP

Since Sep 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/aksoftwaregmbh/mr-sender-wrapper)[ Packagist](https://packagist.org/packages/aksoftware/mr-sender-wrapper)[ RSS](/packages/aksoftware-mr-sender-wrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

send sms and fax
================

[](#send-sms-and-fax)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f2a8d21127d254f18373e0272b744e055b41b9879f0ef43c8f780d9204298ed1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616b736f6674776172652f6d722d73656e6465722d777261707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aksoftware/mr-sender-wrapper)[![GitHub Tests Action Status](https://camo.githubusercontent.com/3b5fcbe951ff90171b389d13c6c17c07edd66214b7a891f8d34c747ad4d3867c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616b736f6674776172652f6d722d73656e6465722d777261707065722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/aksoftware/mr-sender-wrapper/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/cc98b6a913b3e8b88775a21d35def9aaafcba577f155dd0896b3d051a4e796bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616b736f6674776172652f6d722d73656e6465722d777261707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aksoftware/mr-sender-wrapper)

You can easily send SMS and fax using this package and your account information .

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

[](#installation)

You can install the package via composer:

```
composer require aksoftware/mr-sender-wrapper
```

Usage
-----

[](#usage)

```
use AKSoftware\MrSenderWrapper\Sms;
use AKSoftware\MrSenderWrapper\Fax;

// create object class with originator option
$aksoftwaresms = new Sms('', '');

// set message and recipient with tracking their individual tracking number.

$send = $aksoftwaresms->sendTextSms('', 'RECIPIENT_NUMBER'
);
//show result message
echo $aksoftwaresms->getStatusMessage();

// create object class with originator option
$aksoftwarefax = new Fax('', '');
// set message and recipient with tracking their individual tracking number.

$send = $aksoftwarefax->sendHtmlFax('', 'RECIPIENT_NUMBER'
);
//show result message
echo $aksoftwarefax->getStatusMessage();
```

Credits
-------

[](#credits)

- [AK Software GmbH](https://ak-software.com/)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.9% 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://www.gravatar.com/avatar/42b2b8adbcbdce75de19811590150609460b3c0c246d4622d12417783dd32f21?d=identicon)[aksoftware](/maintainers/aksoftware)

---

Top Contributors

[![fsohrabi](https://avatars.githubusercontent.com/u/31778428?v=4)](https://github.com/fsohrabi "fsohrabi (29 commits)")[![amirkoklan](https://avatars.githubusercontent.com/u/1830343?v=4)](https://github.com/amirkoklan "amirkoklan (3 commits)")[![arshamaz](https://avatars.githubusercontent.com/u/182511742?v=4)](https://github.com/arshamaz "arshamaz (1 commits)")

### Embed Badge

![Health badge](/badges/aksoftware-mr-sender-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/aksoftware-mr-sender-wrapper/health.svg)](https://phpackages.com/packages/aksoftware-mr-sender-wrapper)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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