HimmelKreis4865 / phpcord

Discord-API Wrapper to create Discord bots with PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpcord v3

Discord

Into

Phpcord is an unofficial Discord API wrapper that allows you to simply create bots for Discord servers.

v3 is the successor of v1 (and phpcord v2 which was never finished)

The leading difference between those two versions (v1 -> v3) is mainly a better network handling, faster tick and asynchronous webapi - requests.

v3 also supports way more features than the older versions, it supports (except voice) nearly every single feature available in the latest discord version, which makes it a great alternative to other discord libraries.

##Features

✅ Asynchronous

✅ Fast and reliable - Tick speed increased + much more performant with less resources

✅ Slash Command and Message Component support

✅ Discord Threads

✅ Easy and documented API

❌ Voice Support (not yet, this might follow in a future update)

Installation

You can simply download this repository from GitHub and drop it into your local folder, it does not require any composer installations but can be installed via composer. Edit index.php as a starting point for your projects or create a new file.

API Documentation

Soon.

Requirements

About

Discord-API Wrapper to create Discord bots with PHP


Languages

Language:PHP 100.0%