Download the PHP package softcreatr/weakauras-decoder without Composer
On this page you can find all versions of the php package softcreatr/weakauras-decoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download softcreatr/weakauras-decoder
More information about softcreatr/weakauras-decoder
Files in softcreatr/weakauras-decoder
Package weakauras-decoder
Short Description WeakAuras Decoder
License LGPL-3.0
Homepage https://www.softcreatr.de
Informations about the package 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
- PHP 5.5 or newer
- HTTP server with PHP support (eg: Apache, Nginx, Caddy)
- Composer
Installation
Require this package, with Composer, in the root directory of your project:
Usage / Examples
decodeAura
Decodes an encoded WeakAuras string into an array.
dumpLuaCode
Dumps custom Lua codes into an array.
License
Free Software, Hell Yeah!