rocketmates / discord-php
Discord PHP Library powering the RocketMates Discord Bot.
Installs: 165
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 4
Forks: 124
Open Issues: 1
Requires
- php: >=7.1
- cache/array-adapter: ^0.4.0
- guzzlehttp/guzzle: ^6.2
- illuminate/support: ^5.5|^6.0
- monolog/monolog: ^1.25|^2.0
- nesbot/carbon: ^1.21|^2.0
- ratchet/pawl: ^0.2.2
- react/datagram: ^1.1
- react/partial: ^2.0
- react/socket-client: ^0.5
- symfony/options-resolver: ^2.7|^3.0
- trafficcophp/bytebuffer: ^0.3
- wyrihaximus/react-guzzle-psr7: ^1.0
Requires (Dev)
- symfony/var-dumper: ^2.7|^3.0
Suggests
- ext-event: For a faster, and more performant loop
- ext-libev: For a faster, and more performant loop
- ext-libevent: For a faster, and more performant loop. Preferred
- cache/apc-adapter: Required to use the APC cache driver
- cache/memcache-adapter: Required to use the Memcache cache driver
- cache/memcached-adapter: Required to use the Memcached cache driver
- cache/redis-adapter: Required to use the Redis cache driver
This package is auto-updated.
Last update: 2020-09-23 05:52:51 UTC
README
THIS REPO WILL BE ARCHIVED ANYTIME SOON
AS THE ORIGINAL PACKAGE HAS BEEN REVIVED AND IS BETTER AND MORE STABLE THAN EVER
DiscordPHP
A drop-in replacement wrapper for the DiscordPHP package originally by teamreflex, improved and under active development now by RocketMates.
PHP 7.4 compatible.
Installation
composer require rocketmates/discord-php
Usage
See here.