PHPackages                             aboc/formatshowobject - 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. aboc/formatshowobject

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

aboc/formatshowobject
=====================

格式化输出显示对象、数组的维度，便于定位

08

Since Dec 11Compare

[ Source](https://github.com/abocd/FormatShowObject)[ Packagist](https://packagist.org/packages/aboc/formatshowobject)[ RSS](/packages/aboc-formatshowobject/feed)WikiDiscussions Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

README

### 格式化输出显示对象、数组的维度，便于定位

[](#格式化输出显示对象数组的维度便于定位)

一般情况下我们使用php的print\_r或者时var\_export打印的时候，输出的数组效果如下： [![](1.png)](1.png)如果我们找到某个值，想得知它依次的键值的话，则没有一个好的方法，现在我们使用FormatShowObject，则可以很方便的知道所属的键值 [![](2.png)](2.png)

\#####使用方法如下

```
$format = new FormatShowObject();
		 $format->show($array);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1701996?v=4)[风子](/maintainers/abocd)[@abocd](https://github.com/abocd)

### Embed Badge

![Health badge](/badges/aboc-formatshowobject/health.svg)

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

###  Alternatives

[uptime/uptime

Missing php uptime package inspired by python module uptime

1051.2k1](/packages/uptime-uptime)

PHPackages © 2026

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