Git Product home page Git Product logo

discordapiweb's Introduction

DiscordAPI Web

Built Using PHPDiscordSDK

Build Status Total Downloads

## About DiscordAPIWeb

DiscordAPIWeb is a web application framework that allows you to experiment with DiscordAPI and inspect each of the response. Allowing you to build bots faster. This also demonstrates on how you can communicate with discord from web panel allowing you to build rich dashboards using PHPDiscordSDK

Requires

  • PHPDiscordSDK (Checkout my library PHPDiscordSDK)
  • Node.js >= 10
  • Composer
  • PHP >=7.3
  • PHP >=7.3
  • Laravel >=8.X

Demonstration

DiscordAPIDemo.mp4

PHPDiscordSDK API Docs

#### Install PHPDiscordSDK in the root of project
$ composer require phpdiscordsdk/phpdiscordsdk 
#### Install Project Dependencies in the root of project
$ composer install 
#### Install Socket Server Dependencies
$ cd projectroot/server/socket/ && composer install
#### Autoload clases
$ composer dump-autolaod

Start the server

#### In the root of project, start the bot
$ php artisan start:bot "<bot token>"
#### In the server folder, start socket server
$ cd projectroot/server/socket && node app.js

APIs

Open up the browser Ensure the PORT 3026 and 3025 are open and free

http://localhost/phpdiscordsdk/public

Documentation

Complete Docs of PHPDiscordSDK

Project is Open for contributions as there are more number of APIs to be added, please feel free to fork

Contribution Guide

  • All Pull requests should be from a Local Branch of Develop
  • Be sure to check out Develop Branch
  • Any other pull requests to master or other branches will be rejected

©MIT License

discordapiweb's People

Contributors

hobsrkm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.