PHPackages                             jhartell/hexdump - 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. jhartell/hexdump

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

jhartell/hexdump
================

Hexdump utility for PHP

v0.2.0(10y ago)031MITPHPPHP &gt;=5.3.0

Since Apr 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jhartell/hexdump)[ Packagist](https://packagist.org/packages/jhartell/hexdump)[ RSS](/packages/jhartell-hexdump/feed)WikiDiscussions master Synced 3w ago

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

[![Build Status](https://camo.githubusercontent.com/105046317684d709595d6dac594dc24feae7591dfddfc9fc3c8b8db9aea0291b/68747470733a2f2f7472617669732d63692e6f72672f6a68617274656c6c2f68657864756d702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jhartell/hexdump)

jhartell/hexdump
================

[](#jhartellhexdump)

Hexdump utility for PHP. Print binary data in a similar format to the hexdump (hd) command line tool. Useful when debugging socket communications or handling binary files.

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

[](#installation)

Install the latest version with

```
$ composer require jhartell/hexdump
```

Usage
-----

[](#usage)

```

```

This will output the data in the default Hex+ASCII format.

```
00000000  54 68 69 73 20 69 73 20  61 20 73 74 72 69 6e 67  |This is a string|
00000010  20 77 69 74 68 20 6e 6f  6e 2d 70 72 69 6e 74 61  | with non-printa|
00000020  62 6c 65 20 05 10 20 63  68 61 72 61 63 74 65 72  |ble .. character|
00000030  73 00                                             |s.|
00000032

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~3 days

Total

2

Last Release

3722d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe256c55dc6e8eff9543e696ebb4b5c9cf850b4c1d4c9df3c18bd4771465df84?d=identicon)[jhartell](/maintainers/jhartell)

---

Top Contributors

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

---

Tags

hexdumpphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jhartell-hexdump/health.svg)

```
[![Health](https://phpackages.com/badges/jhartell-hexdump/health.svg)](https://phpackages.com/packages/jhartell-hexdump)
```

PHPackages © 2026

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