maaaathis/discordpermissionconverter
最新稳定版本:v1.3.0
Composer 安装命令:
composer require maaaathis/discordpermissionconverter
包简介
Converts Discord permissions hash to a human readable format.
关键字:
README 文档
README
Easily convert Discord permissions hashes to human-understandable words.
Installation
This libary requires at least PHP 7.4 and PHP Composer installed
composer require maaaathis/discordpermissionconverter
Usage
Get result as a sequential array:
$PermissionConverter = new \Maaaathis\DiscordPermissionConverter\PermissionConverter; $result = $PermissionConverter->convertPermission("551903302016");
or
Get result as a json array:
$PermissionConverter = new \Maaaathis\DiscordPermissionConverter\PermissionConverter; $result = $PermissionConverter->convertPermission("551903302016", true);
Copyright and License
The maaaathis/discordpermissionconverter library is copyright © Mathis and licensed for use under the Apache 2 License (APACHE-2). Please see LICENSE for more information.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2023-01-26