PHPackages                             softcreatr/weakauras-decoder - 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. softcreatr/weakauras-decoder

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

softcreatr/weakauras-decoder
============================

WeakAuras Decoder

1.0.0(8y ago)8846LGPL-3.0PHP

Since Dec 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/SoftCreatR/WeakAuras-Decoder)[ Packagist](https://packagist.org/packages/softcreatr/weakauras-decoder)[ Docs](https://www.softcreatr.de)[ RSS](/packages/softcreatr-weakauras-decoder/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

[![Travis](https://camo.githubusercontent.com/e6bc4d9a06f37fff054af6c69d295f3657b2f1f7fd9202891d297c278d86f741/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f536f66744372656174522f5765616b41757261732d4465636f6465722e7376673f7374796c653d666f722d7468652d6261646765)](https://travis-ci.org/SoftCreatR/WeakAuras-Decoder) [![Discord](https://camo.githubusercontent.com/0403e105572d84c002416eac6e20c9c487845f990d98c85c03331f62fdd32bd7/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3335303239313932393232323837333039392e7376673f7374796c653d666f722d7468652d626164676526636f6c6f72423d373238394441)](https://discord.gg/hS2yuQC)

WeakAuras Decoder
=================

[](#weakauras-decoder)

WeakAuras is a powerful and flexible framework for World Of Warcraft that allows you to display highly customizable graphics on your screen to indicate buffs, debuffs, and a whole host of similar types of information. It was originally meant to be a lightweight replacement for Power Auras, but it now incorporates many features that Power Auras does not, while still remaining more efficient and easy to use.

Created auras can be exported and shared all over the net. But there's a catch: All you get is an encoded string, that is used to be imported in the WeakAuras addon. This encoded string could possibly contain custom code which may be supposed to destroy your gaming experience by stealing gold from your character, spamming other players, etc.

The **WeakAuras Decoder** is a PHP class that gives you the ability to convert these strings back in a human readable format. It is mostly a port of WeakAuras' Lua code that does literally the same.

Requirements
------------

[](#requirements)

- PHP 5.5 or newer
- HTTP server with PHP support (eg: Apache, Nginx, Caddy)
- [Composer](https://getcomposer.org)

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

[](#installation)

Require this package, with [Composer](https://getcomposer.org/), in the root directory of your project:

```
$ composer require softcreatr/weakauras-decoder
```

Usage / Examples
----------------

[](#usage--examples)

#### decodeAura

[](#decodeaura)

Decodes an encoded WeakAuras string into an array.

```
