PHPackages                             radsectors/urp - 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. radsectors/urp

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

radsectors/urp
==============

PHP debugging. I like it. #ymmv.

v0.2.0(9y ago)331421MITPHPPHP &gt;=5.4.0

Since Feb 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/radsectors/urp)[ Packagist](https://packagist.org/packages/radsectors/urp)[ Docs](https://github.com/radsectors/urp)[ RSS](/packages/radsectors-urp/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (4)Used By (1)

**urp** • PHP debug print.
==========================

[](#urp--php-debug-print)

Basic Usage
-----------

[](#basic-usage)

```
use \radsectors\urp as urp;

urp::hello("Hello world.");
urp::number(7);
urp::try_this(4.893);
urp::label(true);
urp::items(['one' => 1, 'two' => 2, 'three' => 'green']);
urp::whatever(new \DateTime());
```

Sample Output:

```
hello: string(12) "Hello world."
number: int(7)
try_this: float(4.893)
label: bool(true)
items: array(3) {
  ["one"] => int(1)
  ["two"] => int(2)
  ["three"] => string(5) "green"
}
whatever: object(DateTime)#3 (3) {
  ["date"] => string(26) "2016-09-23 19:22:16.000000"
  ["timezone_type"] => int(3)
  ["timezone"] => string(15) "America/Chicago"
}

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

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 ~93 days

Total

2

Last Release

3337d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38263461?v=4)[radsectors](/maintainers/radsectors)[@radsectors](https://github.com/radsectors)

---

Top Contributors

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

---

Tags

debugprint\_rvar\_dumpdebuginfo

### Embed Badge

![Health badge](/badges/radsectors-urp/health.svg)

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

###  Alternatives

[digitalnature/php-ref

A nicer print\_r/var\_dump alternative for PHP 5.3+

342715.1k13](/packages/digitalnature-php-ref)[mmucklo/krumo

KRUMO - version 2.0 of print\_r(); and var\_dump(); (with new updates)

90170.8k6](/packages/mmucklo-krumo)[leeoniya/dump-r

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

12168.5k5](/packages/leeoniya-dump-r)[koriym/printo

An object graph visualizer.

1422.0M2](/packages/koriym-printo)[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.

191.1M3](/packages/jbzoo-jbdump)[kktsvetkov/krumo

Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print\_r() or var\_dump() which are used by a lot of PHP developers.

8261.6k](/packages/kktsvetkov-krumo)

PHPackages © 2026

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