PHPackages                             rodribeze/discordhook - 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. rodribeze/discordhook

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

rodribeze/discordhook
=====================

Notificar mensagens no discord

v1.0.1(5y ago)081MITPHP

Since May 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/rodribeze/discordhook)[ Packagist](https://packagist.org/packages/rodribeze/discordhook)[ RSS](/packages/rodribeze-discordhook/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Intro
=====

[](#intro)

Envie mensagens para o discord com PHP

Install
=======

[](#install)

Rode o comando abaixo na raiz do seu projeto utilizando composer

```
composer install rbezerra/discordhook
```

Exemplo simples
===============

[](#exemplo-simples)

```
use \DiscordHook\Notify;

$urlWebHook = 'https://discordapp.com/api/webhooks/711577169616175184/pwMbdqZ1xIQu_51y-tJmARQDH-eN9wxy6d_tzOsud1HNgUAKPCWMuFelA61FXjk4OhUH';

$url_avatar = "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png";

# Notificação simples
$notify = Notify::url($urlWebHook)
   ->message("teste simples")
   ->avatar($url_avatar)
   ->send();
```

Exemplo em forma de bloco
=========================

[](#exemplo-em-forma-de-bloco)

```
$notify = Notify::url($urlWebHook,'embed')
   ->title("teste title")
   ->message("teste embed")
   ->avatar($url_avatar)
   ->send();
```

Exemplo com varios blocos
=========================

[](#exemplo-com-varios-blocos)

```
$embed = new \DiscordHook\Embed;
$embed->title = 'embed 1';
$embed->description = "Teste multi embeds 1";

$embed2 = new \DiscordHook\Embed;
$embed2->title = 'embed 2';
$embed2->description = "Teste multi embeds 2";

$notify = Notify::url($urlWebHook)
   ->avatar($url_avatar)
   ->embed($embed)
   ->embed($embed2)
   ->send();

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

2

Last Release

2178d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17709902?v=4)[Rodrigo Rodrigues](/maintainers/rodribeze)[@rodribeze](https://github.com/rodribeze)

---

Top Contributors

[![rodribeze](https://avatars.githubusercontent.com/u/17709902?v=4)](https://github.com/rodribeze "rodribeze (3 commits)")

### Embed Badge

![Health badge](/badges/rodribeze-discordhook/health.svg)

```
[![Health](https://phpackages.com/badges/rodribeze-discordhook/health.svg)](https://phpackages.com/packages/rodribeze-discordhook)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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