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.2.1(11mo ago)03.8k[3 PRs](https://github.com/kavinsky/laravel-mrw-api/pulls)MITPHPPHP ^8.3CI passing

Since Apr 9Pushed 4mo 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 1mo ago

READMEChangelog (3)Dependencies (16)Versions (8)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

38

—

LowBetter than 85% of packages

Maintenance65

Regular maintenance activity

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~29 days

Total

3

Last Release

347d 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 (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 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

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)

PHPackages © 2026

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