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 [the other php library][1]. ## [Documentation](https://www.restcord.com/) Documentation can be found [here](https://www.restcord.com/). ### Wrappers * [Laravel](https://github.com/more-cores/laravel-restcord) [1]: https://github.com/teamreflex/DiscordPHP