PHPackages                             mitsuru793/index-dumper - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. mitsuru793/index-dumper

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

mitsuru793/index-dumper
=======================

Dump index of string on php

v0.0.1(5y ago)09MITPHPPHP ^7.4 || ^8.0

Since Feb 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mitsuru793/php-index-dump-cli)[ Packagist](https://packagist.org/packages/mitsuru793/index-dumper)[ Docs](https://github.com/mitsuru793/php-index-dumper)[ RSS](/packages/mitsuru793-index-dumper/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/16faee7c5cb67fe8bf01d8726cb68973801bd264bbc8db941a9015769c7887f8/68747470733a2f2f7472617669732d63692e6f72672f6d6974737572753739332f7068702d696e6465782d64756d702d636c692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mitsuru793/php-index-dump-cli)

Index Dumper Cli
================

[](#index-dumper-cli)

Summary
-------

[](#summary)

```
> dump hello

 ----------------- ---
  strlen            5
  mb_strlen         5
  grapheme_strlen   5
 ----------------- ---

 str_split
+-------+---+---+---+---+---+
| index | 0 | 1 | 2 | 3 | 4 |
| value | h | e | l | l | o |
+-------+---+---+---+---+---+
 mb_str_split
+-------+---+---+---+---+---+
| index | 0 | 1 | 2 | 3 | 4 |
| value | h | e | l | l | o |
+-------+---+---+---+---+---+

```

Links
-----

[](#links)

string

- [PHP: Grapheme 関数 - Manual](https://www.php.net/manual/ja/ref.intl.grapheme.php)
- [PHP: マルチバイト文字列 - Manual](https://www.php.net/manual/ja/book.mbstring.php)

symfony/console

- [Table (The Console Component - Symfony Docs)](https://symfony.com/doc/current/components/console/helpers/table.html)
- [How to Style a Console Command (Symfony Docs)](https://symfony.com/doc/current/console/style.html)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

1916d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

stringdumpindextable

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mitsuru793-index-dumper/health.svg)

```
[![Health](https://phpackages.com/badges/mitsuru793-index-dumper/health.svg)](https://phpackages.com/packages/mitsuru793-index-dumper)
```

###  Alternatives

[symfony/var-dumper

Provides mechanisms for walking through any arbitrary PHP variable

7.4k855.5M8.0k](/packages/symfony-var-dumper)[kint-php/kint

Kint - Advanced PHP dumper

2.8k19.3M283](/packages/kint-php-kint)[xrdebug/php

PHP client library for xrDebug

23920.3k2](/packages/xrdebug-php)[leeoniya/dump-r

a cleaner, leaner mix of print\_r() and var\_dump()

12368.1k5](/packages/leeoniya-dump-r)[jbzoo/jbdump

Script for debug and dump PHP variables and other stuff. This tool is a nice replacement for print\_r() and var\_dump() functions.

211.1M3](/packages/jbzoo-jbdump)[phalcon/dd

This package will add the `dd` and `dump` helpers to your Phalcon application.

24294.1k27](/packages/phalcon-dd)

PHPackages © 2026

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