discord-php-helpers / voice
A voice library for DiscordPHP
v8.0.5
2026-01-15 17:34 UTC
Requires
- php: ^8.1.2
Requires (Dev)
- ext-ffi: *
- friendsofphp/php-cs-fixer: ^3
- team-reflex/discord-php: dev-master
README
Getting Started
Before you start using this Library, you need to know how PHP works, you need to know how Event Loops and Promises work. This is a fundamental requirement before you start. Without this knowledge, you will only suffer.
Requirements
- DiscordPHP
- PHP 8.1.2 or higher (latest version recommended)
- x86 (32-bit) PHP requires
ext-gmpenabled.
- x86 (32-bit) PHP requires
ext-json
Basic Example
<?php // todo
See examples folder for more.
Documentation
Documentation for the latest version can be found here. Community contributed tutorials can be found on the wiki.
Contributing
We are open to contributions. However, please make sure you follow our coding standards (PSR-4 autoloading and custom styling). Please run php-cs-fixer before opening a pull request by running composer run-script cs.
License
MIT License, © David Cole and other contributers 2016-present.