oliverschloebe / restcord
REST Library for the Discord API
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 112
pkg:composer/oliverschloebe/restcord
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.0
- guzzlehttp/guzzle-services: ^1.0
- monolog/monolog: ^2.1.1 || ^3.0
- netresearch/jsonmapper: ^1.4
- psr/log: ^2.0|^3.0
- symfony/options-resolver: ^3.4 || ^4.4 || ^5.1 || ^6.0 || ^7.0
Requires (Dev)
- beberlei/assert: ^2.7
- gossi/php-code-generator: ^0.5.0
- phpunit/phpunit: ^8.0|^9.0
- symfony/console: ^5|^6|^7
- symfony/process: ^5|^6|^7
- symfony/var-dumper: ^5|^6|^7
- twig/twig: ^1.20|^2.0|^3.0
README
What is this?
This is a PHP library for the Discord API v9. 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.
Documentation
Documentation can be found here.