discord-php-helpers/voice
Helpers for using DiscordPHP voice: connect to voice channels, handle voice gateway/UDP, and stream audio from PHP 8+ CLI apps. Built on ReactPHP/event loops with promises; intended for bot developers needing voice support.
Architecture fit: DiscordPHP Voice is designed as a CLI-only application, conflicting fundamentally with Laravel's HTTP-based request-response architecture. Integration would require complete decoupling of the bot logic from the web application stack, as Laravel cannot natively host long-running CLI
How can I help you explore Laravel packages today?