PHPackages                             abenevaut/laravel-discord-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. abenevaut/laravel-discord-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

abenevaut/laravel-discord-client
================================

Laravel Http Client Infrastructure

0.0.2(1y ago)0151GPL-3.0-onlyPHPPHP ^8.3CI failing

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/abenevaut/laravel-discord-client)[ Packagist](https://packagist.org/packages/abenevaut/laravel-discord-client)[ RSS](/packages/abenevaut-laravel-discord-client/feed)WikiDiscussions master Synced 1mo ago

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

laravel-discord-client
======================

[](#laravel-discord-client)

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

[](#installation)

You can install the package via composer:

```
composer require abenevaut/laravel-discord-client
```

Add discord service to your `config/services.php` file:

```
'discord' => [
    'baseUrl' => 'https://discord.com/api', // Discord API URL
    'debug' => env('BLUESKY_DEBUG', false), // Debug mode
],
```

Usage
-----

[](#usage)

```
use Abenevaut\DiscordClient\Facades\Discord;

Discord::getClient(): DiscordClient; // Get the Discord client
Discord::countFollowers(string $invitationLink): int; // Get the number of followers of a discord server, invitation link looks like "https://discord.gg/pwwPEXcFfU" (prefer the use link without expiration)
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance42

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

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

470d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46619d39f5bfbf68b122f68de36a3f3fae3dbee6f899876b42cba1de6f7e71ae?d=identicon)[abenevaut](/maintainers/abenevaut)

---

Top Contributors

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

---

Tags

clientlaravelhexagonal-architectureinfrastructure

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/abenevaut-laravel-discord-client/health.svg)

```
[![Health](https://phpackages.com/badges/abenevaut-laravel-discord-client/health.svg)](https://phpackages.com/packages/abenevaut-laravel-discord-client)
```

###  Alternatives

[vinelab/http

An http library developed for the laravel framework. aliases itself as HttpClient

59300.2k11](/packages/vinelab-http)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[cybercog/youtrack-rest-php

YouTrack REST API PHP Client.

37149.2k3](/packages/cybercog-youtrack-rest-php)[laragear/api-manager

Manage multiple REST servers to make requests in few lines and fluently.

161.8k](/packages/laragear-api-manager)[rtippin/janus-client

Janus Gateway Client

212.7k1](/packages/rtippin-janus-client)

PHPackages © 2026

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