Snipeur060 / PHP-Discord-embeded-app

PHP implementation / example of discord app embeded

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-Discord-embeded-app

project-image

PHP implementation / example of discord app embeded

/* Cette implémentation est conçue dans le seul but d'aider les personnes qui utilisent PHP 
* pour intégrer l'authentification OAuth2 avec Discord. Elle n'est pas optimisée et doit 
* être utilisée à des fins de test uniquement (ou alors si vous ête un gros flemmard comme moi en production 😏).
* Il est recommandé d'effectuer une refonte approfondie avant de l'utiliser dans un environnement de production. 
*/

🛠️ Installation Steps:

1. Download repo

2. Change app-id and secret id

3. Add url mapping /unpk redirect to https://unpkg.com/ and change in util/sdk.php this line https://unpkg.com/@discord/embedded-app-sdk@1.1.0/output/index.mjs BY /unpk/@discord/embedded-app-sdk@1.1.0/output/index.mjs

4. Read all the errors

5. Good job

About

PHP implementation / example of discord app embeded


Languages

Language:PHP 77.1%Language:Hack 22.9%