PHPackages                             rajador/discord-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rajador/discord-webhook

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rajador/discord-webhook
=======================

Webhook lib to discord

1.0.0(10mo ago)30PHP

Since Jul 21Pushed 10mo agoCompare

[ Source](https://github.com/RajadorDev/DiscordWebhook)[ Packagist](https://packagist.org/packages/rajador/discord-webhook)[ RSS](/packages/rajador-discord-webhook/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

DiscordWebhook 🔗
================

[](#discordwebhook-)

> System created to send webhooks to Discord in an easy, fast, and intuitive way.

Instalation ⬇️
--------------

[](#instalation-️)

> You can install using composer:

```
composer require rajador/discord-webhook
```

Code Example: 📝
---------------

[](#code-example-)

To create a webhook, use:

```
$url = 'your_webhook_link';

$webhook = new WebHook($url);

$message = new DiscordMessage(
    'Here is the message content',
    'Username Here',
    null, // You can put an avatar URL here
    [
        (new Embed(
            'Embed Title',
            'Embed description',
            10, // Embed color
            'https://...', // Embed URL here
            new Author(
                'Embed Author Name',
                'https://...', // Author URL
                'https://...' // Author icon URL
            ),
            new Footer(
                'Footer text',
                'https://...' // Footer icon URL
            )
        ))->generateTimestamp() // Generates a timestamp
    ]
);
$webhook->send($message); // Message sent
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance55

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

300d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eac9f4cd9231970cc273ec01437d11d4acfd5f63693ab9ee46a309440a658e7d?d=identicon)[RajadorDev](/maintainers/RajadorDev)

---

Top Contributors

[![RajadorDev](https://avatars.githubusercontent.com/u/125204182?v=4)](https://github.com/RajadorDev "RajadorDev (7 commits)")

### Embed Badge

![Health badge](/badges/rajador-discord-webhook/health.svg)

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

###  Alternatives

[farhanwazir/laravelgooglemaps

Laravel Google Map package for 5.x. You can use all google map features in laravel.

15542.0k2](/packages/farhanwazir-laravelgooglemaps)

PHPackages © 2026

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