PHPackages                             maaaathis/discordpermissionconverter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. maaaathis/discordpermissionconverter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

maaaathis/discordpermissionconverter
====================================

Converts Discord permissions hash to a human readable format.

v1.3.0(1y ago)08Apache-2.0PHPPHP &gt;=7.4

Since Jan 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Maaaathis/DiscordPermissionConverter)[ Packagist](https://packagist.org/packages/maaaathis/discordpermissionconverter)[ RSS](/packages/maaaathis-discordpermissionconverter/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

Discord Permission Converter
============================

[](#discord-permission-converter)

Easily convert Discord permissions hashes to human-understandable words.

Installation
------------

[](#installation)

This libary requires at least PHP 7.4 and PHP [Composer](http://getcomposer.org/) installed

```
composer require maaaathis/discordpermissionconverter
```

Usage
-----

[](#usage)

#### Get result as a sequential array:

[](#get-result-as-a-sequential-array)

```
$PermissionConverter = new \Maaaathis\DiscordPermissionConverter\PermissionConverter;
$result = $PermissionConverter->convertPermission("551903302016");
```

or

#### Get result as a json array:

[](#get-result-as-a-json-array)

```
$PermissionConverter = new \Maaaathis\DiscordPermissionConverter\PermissionConverter;
$result = $PermissionConverter->convertPermission("551903302016", true);
```

Copyright and License
---------------------

[](#copyright-and-license)

The maaaathis/discordpermissionconverter library is copyright © [Mathis](https://github.com/Maaaathis) and licensed for use under the Apache 2 License (APACHE-2). Please see [LICENSE](https://github.com/Maaaathis/DiscordPermissionConverter/blob/main/LICENSE) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~141 days

Total

5

Last Release

688d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f01601a7980fc654b14d671893b030878f0374cca7cb96814bc3e2c25113915?d=identicon)[Mathis](/maintainers/Mathis)

---

Top Contributors

[![maaaathis](https://avatars.githubusercontent.com/u/37186532?v=4)](https://github.com/maaaathis "maaaathis (20 commits)")[![toohard2explain](https://avatars.githubusercontent.com/u/78054244?v=4)](https://github.com/toohard2explain "toohard2explain (1 commits)")

---

Tags

discordpermissionpermissiondiscord

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/maaaathis-discordpermissionconverter/health.svg)

```
[![Health](https://phpackages.com/badges/maaaathis-discordpermissionconverter/health.svg)](https://phpackages.com/packages/maaaathis-discordpermissionconverter)
```

###  Alternatives

[atakde/discord-webhook-php

discord webhook php

187.0k](/packages/atakde-discord-webhook-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
