PHPackages                             maxfang/easy-print - 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. maxfang/easy-print

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

maxfang/easy-print
==================

a simple library for print

0.9.0(4y ago)15MITPHP

Since Jan 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/FX-Max/easy-print)[ Packagist](https://packagist.org/packages/maxfang/easy-print)[ RSS](/packages/maxfang-easy-print/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

easy-print
==========

[](#easy-print)

一个极简的打印输出数据的工具库，方便日常开发调试。

Installing
----------

[](#installing)

```
$ composer require maxfang/easy-print
```

Usage
-----

[](#usage)

```
# 使用 echo 简单打印
$str = 'hello world';
e($str);

# 使用 echo 简单打印，并调用 die 终止
$str = 'hello world';
ed($str);

# 使用格式化输出打印，便于浏览器中查看
$data = [
    'code' => '200',
    'msg' => 'success',
    'data' => [
        'id' => '369',
        'name' => 'boz',
    ]
];
p($data);

# 使用格式化输出打印，便于浏览器中查看，并调用 die 终止
$data = [
    'code' => '200',
    'msg' => 'success',
    'data' => [
        'id' => '369',
        'name' => 'boz',
    ]
];
pd($data);
```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue](https://github.com/FX-Max/easy-print/issues).
2. Answer questions or fix bugs on the [issue](https://github.com/FX-Max/easy-print/issues).
3. Contribute new features or update the wiki.

License
-------

[](#license)

MIT

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

1583d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/590cd9123ced3a3ad8e5a88de1499399144612dd6a0361ac122e9bd1b29efe2d?d=identicon)[MaxFang](/maintainers/MaxFang)

---

Top Contributors

[![FX-Max](https://avatars.githubusercontent.com/u/5110882?v=4)](https://github.com/FX-Max "FX-Max (6 commits)")

---

Tags

dumplogphp

### Embed Badge

![Health badge](/badges/maxfang-easy-print/health.svg)

```
[![Health](https://phpackages.com/badges/maxfang-easy-print/health.svg)](https://phpackages.com/packages/maxfang-easy-print)
```

###  Alternatives

[glhd/laravel-timezone-mapper

Timezone mapper for Laravel

45284.4k](/packages/glhd-laravel-timezone-mapper)[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.0M27](/packages/neos-eel)[coreproc/nova-auditing-user-fields

A Laravel Nova field that works with the Laravel Auditing package to see who created or last updated a resource.

10111.6k](/packages/coreproc-nova-auditing-user-fields)

PHPackages © 2026

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