Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restcord/restcord
Discord REST API Client
https://github.com/restcord/restcord
Last synced: about 2 months ago
JSON representation
Discord REST API Client
- Host: GitHub
- URL: https://github.com/restcord/restcord
- Owner: restcord
- License: mit
- Created: 2017-01-18T06:28:00.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-17T15:30:25.000Z (9 months ago)
- Last Synced: 2024-05-05T10:02:45.527Z (7 months ago)
- Language: PHP
- Homepage: https://www.restcord.com/
- Size: 867 KB
- Stars: 176
- Watchers: 15
- Forks: 108
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- discord-api-libs - restcord - Discord REST API Client (Libraries / PHP)
- awesome-discord - RestCord
- awesome-discord - RestCord
README
RestCord - PHP Edition
======================[![GitHub release](https://img.shields.io/github/release/restcord/restcord.svg)](https://www.github.com/restcord/restcord) [![Build Status](https://travis-ci.org/restcord/restcord.svg?branch=master)](https://travis-ci.org/restcord/restcord) [![Discord Chat](https://img.shields.io/badge/chat-Discord%20API-blue.svg)](https://discord.gg/khC2PP8) [![StyleCI](https://styleci.io/repos/79310512/shield?branch=master)](https://styleci.io/repos/79310512)
What is this?
------------This is a PHP library for the Discord API. This library is limited to the basic REST api that Discord provides.
If you are doing anything heavy, or fancy, you should probably look at [DiscordPHP][1] or [Yasmin][2].## [Documentation](https://www.restcord.com/)
Documentation can be found [here](https://www.restcord.com/).
### Wrappers
* [Laravel](https://gitlab.com/more-cores/laravel-restcord)
[1]: https://github.com/teamreflex/DiscordPHP
[2]: https://github.com/laravel-discord/Yasmin