PHPackages                             funo-network/discord-webhooks - 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. funo-network/discord-webhooks

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

funo-network/discord-webhooks
=============================

A simple Discord webhook client library.

0.3.1(8y ago)017MITPHPPHP &gt;=5.4

Since Jan 11Pushed 6y agoCompare

[ Source](https://github.com/FunoNetwork/discord-webhooks)[ Packagist](https://packagist.org/packages/funo-network/discord-webhooks)[ RSS](/packages/funo-network-discord-webhooks/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

discord-webhooks
================

[](#discord-webhooks)

Discord webhooks is a simple client for Discord's webhook API.

### Motivation

[](#motivation)

While this is probably "yet another" library for Discord's webhook system, I wanted to make my own. Discord doesn't support BitBucket's webhook system and the Slack compatible endpoint doesn't send a message.

Getting Started
---------------

[](#getting-started)

You can either copy the PHP file directly into your project or *preferable* just use composer.

#### Composer require command

[](#composer-require-command)

`composer require nopjmp/discord-webhooks`

Usage
-----

[](#usage)

It is fairly easy to use. I'll throw in an example.

```
use \DiscordWebhooks\Client;
use \DiscordWebhooks\Embed;

$webhook = new Client('DISCORD_WEBHOOK_URL');
$embed = new Embed();

$embed->description('This is an embed');

$webhook->username('Bot')->message('Hello, Human!')->embed($embed)->send();
```

License
-------

[](#license)

The project is MIT licensed. To read the full license, open [LICENSE.md](LICENSE.md).

Contributing
------------

[](#contributing)

Pull requests and issues are open!

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.4% 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 ~117 days

Total

5

Last Release

2934d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bdfe772b80766a01c9c5129c893e8eee8503d26dfb881a5d83c3f0e6400edde?d=identicon)[lukeeey](/maintainers/lukeeey)

---

Top Contributors

[![nopjmp](https://avatars.githubusercontent.com/u/5185561?v=4)](https://github.com/nopjmp "nopjmp (13 commits)")[![lukeeey](https://avatars.githubusercontent.com/u/32024335?v=4)](https://github.com/lukeeey "lukeeey (2 commits)")[![tfevens](https://avatars.githubusercontent.com/u/701763?v=4)](https://github.com/tfevens "tfevens (2 commits)")[![bennetgallein](https://avatars.githubusercontent.com/u/15325891?v=4)](https://github.com/bennetgallein "bennetgallein (1 commits)")[![richard4339](https://avatars.githubusercontent.com/u/100804?v=4)](https://github.com/richard4339 "richard4339 (1 commits)")

### Embed Badge

![Health badge](/badges/funo-network-discord-webhooks/health.svg)

```
[![Health](https://phpackages.com/badges/funo-network-discord-webhooks/health.svg)](https://phpackages.com/packages/funo-network-discord-webhooks)
```

###  Alternatives

[t3docs/examples

This extension packages a number of code examples from the Core Documentation.

3120.2k](/packages/t3docs-examples)

PHPackages © 2026

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