PHPackages                             moh4git/maystro-webhook - 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. moh4git/maystro-webhook

ActiveLibrary

moh4git/maystro-webhook
=======================

Maystro Webhook

v0.2.6(3y ago)31.1kMITPHP

Since Dec 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/moh4git/MaystroWebhook)[ Packagist](https://packagist.org/packages/moh4git/maystro-webhook)[ RSS](/packages/moh4git-maystro-webhook/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

MaystroWebhook
==============

[](#maystrowebhook)

Maystro delivery webhook trait package

How to use:

Installation

You can install the package via composer:

```
composer require moh4git/maystro-webhook
```

Now run this php artisan command :

```
php artisan webhook:install
```

This command will create a controller inside : app\\Http\\Controllers\\MaystroDelivery

```
namespace App\Http\Controllers\MaystroDelivery;

use App\Http\Controllers\Controller;
use MaystroWebhook\MaystroWebhook;
use Illuminate\Http\Request;

class MaystroDeliveryController extends Controller
{
    use MaystroWebhook;
    /**
     * Create a new controller instance.
     *
     * @return void
     */
    public function __construct()
    {
        $this->middleware('guest');
    }

    public function responseData()
    {
        \Log::debug(['log_type' => 'test1', 'data' => $this->response_data]);
        return response('OK', 200);
    }
}
```

Usage
-----

[](#usage)

Register the route  inside your Maystro account in webhooks tab

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

8

Last Release

1263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93073b68b7cd21160c40102bc9cd45465782d968f497fc40a7034db2f8381f30?d=identicon)[moh4git](/maintainers/moh4git)

---

Top Contributors

[![moh4git](https://avatars.githubusercontent.com/u/4624793?v=4)](https://github.com/moh4git "moh4git (1 commits)")

### Embed Badge

![Health badge](/badges/moh4git-maystro-webhook/health.svg)

```
[![Health](https://phpackages.com/badges/moh4git-maystro-webhook/health.svg)](https://phpackages.com/packages/moh4git-maystro-webhook)
```

PHPackages © 2026

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