PHPackages                             crazyxman/hessian-parser - 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. crazyxman/hessian-parser

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

crazyxman/hessian-parser
========================

A client library for the Hessian binary data parse.

v1.0.0(6y ago)86.4k—7.5%1[1 issues](https://github.com/crazyxman/hessian-parser/issues)MITPHPPHP &gt;=7.0

Since Aug 26Pushed 6y agoCompare

[ Source](https://github.com/crazyxman/hessian-parser)[ Packagist](https://packagist.org/packages/crazyxman/hessian-parser)[ Docs](https://github.com/crazyxman/hessian-parse)[ RSS](/packages/crazyxman-hessian-parser/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Hessian-parser
==============

[](#hessian-parser)

Hessian format data parse

### Add feature

[](#add-feature)

add multi value parse. The following is the splicing of two serialized data together.The original function will stop when it resolves to the first stage.
E.g: [![avatar](https://github.com/crazyxman/Attachment/raw/master/images/hessian_parser_img1.png)](https://github.com/crazyxman/Attachment/blob/master/images/hessian_parser_img1.png)
This is the original data after base64\_encode:

```
$str = "2rsCFAAAAAAAAAAAAAAA95RDMCRjb20ua2FpeXVhbi5wMnAuY29tbW9uLnJlc3VsdC5SZXN1bHSZEWZhdWx0ZWRQcm9wZXJ0aWVzC2Vycm9yQ29kZXMxCmVycm9yQ29kZXMKcmVzdWx0Q29kZQhlbnRpdGllcwVpdGVtcwtyZXN1bHRQYXJ0cwxpc1N1Y2Nlc3NmdWwGc3RhdHVzYHAUamF2YS51dGlsLkxpbmtlZExpc3RwkHCQTk5xE2phdmEudXRpbC5BcnJheUxpc3QwJDliZTUxNjE0LTJmNDktNDZhNS05N2M1LWJlZmVlZTZjYjNhZkhaVMjISAVkdWJibwUyLjAuMlo="
$str = base64_decode($str);
$dp = new DubboParser();
$data = $ps->getData($str);
```

### Usage

[](#usage)

```
$decoder = new Decoder;
$decoder->feed($data);
return $decoder->finalize();
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2493d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6291797?v=4)[Jinxi Wang](/maintainers/crazyxman)[@crazyxman](https://github.com/crazyxman)

---

Top Contributors

[![crazyxman](https://avatars.githubusercontent.com/u/6291797?v=4)](https://github.com/crazyxman "crazyxman (6 commits)")

---

Tags

hessianhessian-parserhessian-phphessian2protocolhessianhessian-parse

### Embed Badge

![Health badge](/badges/crazyxman-hessian-parser/health.svg)

```
[![Health](https://phpackages.com/badges/crazyxman-hessian-parser/health.svg)](https://phpackages.com/packages/crazyxman-hessian-parser)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M41](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9642.0k](/packages/sauladam-shipment-tracker)[crwlr/robots-txt

Robots Exclusion Standard/Protocol Parser for Web Crawling/Scraping

1030.2k2](/packages/crwlr-robots-txt)[json-mapper/laravel-package

The JsonMapper package for Laravel

25188.9k3](/packages/json-mapper-laravel-package)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

112.9k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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