kyzegs/laracord

Discord API wrapper
1,891 1
Install
composer require kyzegs/laracord
Latest Version:v1.2.1
PHP:^8.3
License:MIT
Last Updated:Sep 2, 2026
Links: GitHub  ·  Packagist
Maintainer: Kyzegs

Laracord banner

Laracord

Laravel-native Discord HTTP platform client for PHP 8.2+ and Laravel 12–13.

use Kyzegs\Laracord\Facades\Laracord;

$message = Laracord::bot()->messages()->create(
    ['channel_id' => '123456789012345678'],
    ['content' => 'Hello from Laracord'],
);

echo $message->json('id');

Laracord provides bot and OAuth bearer contexts, Discord-aware cross-process rate limiting, every catalogued HTTP route, multipart uploads, Socialite, webhook notifications, and signed interaction/webhook-event helpers.

composer require kyzegs/laracord:^1.0@rc
php artisan vendor:publish --tag=laracord-config

See docs/docs/getting-started.md and docs/docs/usage/migration-v1.md.

Gateway, voice transport, RPC, Embedded App SDK, and Social SDK clients are intentionally outside scope.

MIT licensed.

Related Packages

socialiteproviders/discord

Discord OAuth2 Provider for Laravel Socialite

2,716,932 42
puz/laravel-discord-notification

Enables Laravel 5.3 notifications to be sent through discord webhooks.

10 0
f0nt4/laravel-discord

Easy connect to the Discord API with this library.

1 0
laravel54-notification-channels/discord

Laravel notification driver for Discord.

51 0
laravel-notification-channels/discord

Laravel notification driver for Discord.

1,484,330 240