PHPackages                             kavinsky/laravel-mrw-api - 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. kavinsky/laravel-mrw-api

ActiveLibrary[API Development](/categories/api)

kavinsky/laravel-mrw-api
========================

An unofficial API implementation for MRW SOAP API.

v0.3.0(1w ago)04.8k[1 PRs](https://github.com/kavinsky/laravel-mrw-api/pulls)MITPHPPHP ^8.3CI passing

Since Apr 9Pushed 4d ago1 watchersCompare

[ Source](https://github.com/kavinsky/laravel-mrw-api)[ Packagist](https://packagist.org/packages/kavinsky/laravel-mrw-api)[ Docs](https://github.com/kavinsky/mrw-api)[ RSS](/packages/kavinsky-laravel-mrw-api/feed)WikiDiscussions main Synced yesterday

READMEChangelog (4)Dependencies (32)Versions (11)Used By (0)

An unofficial API implementation for MRW SOAP API for Laravel.
==============================================================

[](#an-unofficial-api-implementation-for-mrw-soap-api-for-laravel)

Package still in development, do not use in production environments.

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

[](#installation)

You can install the package via composer:

```
composer require kavinsky/laravel-mrw-api
```

Configure `mrw` entry in your `config/services.php` file:

```
return [
    // ...
    'mrw' => [
        'wsdl' => env('MRW_WSDL'),
        'tracking_wsdl' => env('MRW_TRACKING_WSDL'),
        'auth' => [
            'client_code' => env('MRW_CLIENT_CODE'),
            'client_key' => env('MRW_CLIENT_KEY'),
            'center_code' => env('MRW_CENTER_CODE'),
            'franchise_code' => env('MRW_FRANCHISE_CODE'),
        ],
        // Options to pass to the Guzzle Client
        'httpOptions' => [],
    ]
]
```

Usage
-----

[](#usage)

Still in progress. The package is not ready yet.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance99

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~147 days

Total

4

Last Release

10d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3da6964cc51943c4df81e10bca177837c2474420d0ff63432a7faa3625eb3f35?d=identicon)[kavinsky](/maintainers/kavinsky)

---

Top Contributors

[![kavinsky](https://avatars.githubusercontent.com/u/373995?v=4)](https://github.com/kavinsky "kavinsky (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")[![barbeitos](https://avatars.githubusercontent.com/u/6409034?v=4)](https://github.com/barbeitos "barbeitos (2 commits)")

---

Tags

laravelMRW

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/kavinsky-laravel-mrw-api/health.svg)

```
[![Health](https://phpackages.com/badges/kavinsky-laravel-mrw-api/health.svg)](https://phpackages.com/packages/kavinsky-laravel-mrw-api)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M164](/packages/spatie-laravel-health)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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