PHPackages                             shucream0117/discord-php - 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. shucream0117/discord-php

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

shucream0117/discord-php
========================

Discord client for PHP

v1.1.0(1y ago)01.8kMITPHPPHP ^7.4.0

Since Jan 9Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

Discord client for PHP
======================

[](#discord-client-for-php)

Requirement
-----------

[](#requirement)

- PHP &gt;= 7.4.x

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

[](#installation)

via composer.

```
$ composer require shucream0117/discord-php
```

Usage
-----

[](#usage)

```
$discord = new Discord('http://your-discord-incoming-webhook-url');

// send a message with mention
$discord->sendText('this message will be posted');

// send a message with mention
$discord->sendText('mention!!', ['12345678']);

// send a message with embeds
$discord->sendTextWithEmbeds(
    'this message will be posted with embeds',
    [(new Embed())->setTitle('title')]
);
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance43

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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 ~775 days

Total

2

Last Release

449d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/12001229c998d3b6726afc8439082125ff58458cbb27345c430c10e7f4e869fa?d=identicon)[shucream0117](/maintainers/shucream0117)

---

Top Contributors

[![shucream0117](https://avatars.githubusercontent.com/u/4360656?v=4)](https://github.com/shucream0117 "shucream0117 (2 commits)")

---

Tags

discord

### Embed Badge

![Health badge](/badges/shucream0117-discord-php/health.svg)

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

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[atakde/discord-webhook-php

discord webhook php

186.5k](/packages/atakde-discord-webhook-php)

PHPackages © 2026

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