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

ActiveLibrary

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

A client library for the Hessian binary data parse.

v1.0.0(6y ago)85.9k↓41.2%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 1mo 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

30

—

LowBetter than 64% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2448d 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

[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.4k855.0k18](/packages/danog-madelineproto)[hprose/hprose

It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.

2.1k215.3k35](/packages/hprose-hprose)[clue/redis-protocol

A streaming Redis protocol (RESP) parser and serializer written in pure PHP.

5311.0M13](/packages/clue-redis-protocol)[ionux/phactor

Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate &amp; verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.

5275.0k30](/packages/ionux-phactor)[crwlr/robots-txt

Robots Exclusion Standard/Protocol Parser for Web Crawling/Scraping

1125.3k1](/packages/crwlr-robots-txt)

PHPackages © 2026

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