Helpers
Table of Contents
Classes
- BigInt
- Polyfill to handle big integer operation in 32 bit PHP using ext-gmp.
- Buffer
- CacheConfig
- Cache configuration class. To be used with Discord `cache` Options.
- CacheWrapper
- Wrapper for CacheInterface that store Repository items.
- Multipart
- Builds a multipart request.
- RegisteredCommand
- RegisteredCommand represents a command that has been registered with the
Discord servers and has a handler to handle when the command is triggered.
- Snowflake
- Snowflake is a helper class for parsing Discord snowflake IDs into their component parts, and for generating snowflake IDs from a given timestamp.
- Timestamp
- Timestamp is a helper class for formatting timestamps in Discord messages.
Traits
- DynamicPropertyMutatorTrait