PHPackages                             brucedeity/pwhexparser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. brucedeity/pwhexparser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

brucedeity/pwhexparser
======================

PHP package for reading PW's octets

v1.23(3mo ago)54157MITPHP

Since Jul 10Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/brucedeity/pwhexparser)[ Packagist](https://packagist.org/packages/brucedeity/pwhexparser)[ RSS](/packages/brucedeity-pwhexparser/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (18)Used By (0)

pwhexparser
===========

[](#pwhexparser)

This project is able to decode PW's hexadecimal strings based on their predefined structure.

Features
--------

[](#features)

- Decode the structure for Weapon, Armor, Fashion, Jewelry, Flight, Role Property and more.
- Retrieve the decoded data as json.
- Error handling and validation for input data.

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

[](#installation)

You can install the package via composer:

```
composer require brucedeity/pwhexparser
```

Example
-------

[](#example)

Here's an example usage of the PWHexParser library:

```
