PHPackages                             shasoft/dump - 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. shasoft/dump

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

shasoft/dump
============

Debugging output package

v1.1(6mo ago)0345MITPHP

Since Nov 9Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/shasoft/dump)[ Packagist](https://packagist.org/packages/shasoft/dump)[ RSS](/packages/shasoft-dump/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (9)Used By (5)

Пакет с функциями помогающими в отладке PHP приложений
======================================================

[](#пакет-с-функциями-помогающими-в-отладке-php-приложений)

Содержит функции **s\_dd** (аналог [dd](https://laravel.com/docs/master/helpers#method-dd) ) и **s\_dump** (аналог [dump](https://laravel.com/docs/master/helpers#method-dump)) с выводом места вызова данных функций. Чтобы удобно было удалять вызовы когда они не нужны.

[![](example/dump.png)](example/dump.png)

А также функцию **s\_dump\_error** для вывода информации о возникшем исключении.

```
    function s_dump_error(string $title, \Exception|\Error $e) {...}

    //--------------------------------------------------------------------------------
    try {
        throw new \Exception('Тест');
    } catch (\Exception $e) {
        s_dump_error('Исключение ' . get_class($e), $e);
        exit(1);
    } catch (\Error $e) {
        s_dump_error('Ошибка ' . get_class($e), $e);
        exit(2);
    }
```

[![](example/exception.png)](example/exception.png)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance66

Regular maintenance activity

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Recently: every ~166 days

Total

7

Last Release

207d ago

### Community

Maintainers

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

---

Tags

phpdebugdump

### Embed Badge

![Health badge](/badges/shasoft-dump/health.svg)

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

###  Alternatives

[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)[php-sage/sage

☯ Insightful PHP debugging assistant.

5639.7k5](/packages/php-sage-sage)

PHPackages © 2026

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