DiscordPHP
An API to interact with the popular messaging app Discord
DiscordPHP is a PHP library for building Discord bots and integrations with Discord’s REST, gateway, and voice APIs. It is built around ReactPHP components, so developers need to understand event loops, promises, and long-running CLI processes. The library is not designed to run like a traditional web request inside Apache or Nginx. Instead, it runs as a persistent PHP process that connects to Discord, listens for events, and reacts through handlers.