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

[alkoumi/laravel-hijri-date

Laravel package to Convert laravel date to our Amazing 💝 Hjri date {ummul qura and vice versa} . to look like \[ الخميس ، ٢٢ ربيع الآخر ، ١٤٤١ - ٠٧:٤٩ مساءً\]

109166.2k2](/packages/alkoumi-laravel-hijri-date)[uspdev/replicado

Classes PHP que consome dados do Replicado USP

136.2k7](/packages/uspdev-replicado)

PHPackages © 2026

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