PHPackages                             flextype-components/debug - 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. flextype-components/debug

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

flextype-components/debug
=========================

Debug component provides a simple methods for debugging variables, objects, arrays, etc by outputting information to the display.

v1.1.0(7y ago)03.5kMITPHPPHP ^7.1.3

Since Apr 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/flextype-components/debug)[ Packagist](https://packagist.org/packages/flextype-components/debug)[ Docs](https://github.com/flextype-components/debug)[ RSS](/packages/flextype-components-debug/feed)WikiDiscussions master Synced 3d ago

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

Debug Component
===============

[](#debug-component)

[![version](https://camo.githubusercontent.com/badf899263d843fdca90748679f0c1ad11a6798395296c6214749181e1d6ea50/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e312e302d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265 "Version")](https://camo.githubusercontent.com/badf899263d843fdca90748679f0c1ad11a6798395296c6214749181e1d6ea50/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e312e302d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)[![MIT License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/flextype-components/debug/blob/master/LICENSE)

Debug component provides a simple methods for debugging variables, objects, arrays, etc by outputting information to the display.

### Installation

[](#installation)

```
composer require flextype-components/debug

```

### Usage

[](#usage)

```
use Flextype\Component\Debug\Debug;
```

Save current time for current point

```
Debug::elapsedTimeSetPoint('point_name');
```

Get elapsed time for current point

```
echo Debug::elapsedTime('point_name');
```

Save current memory for current point

```
Debug::memoryUsageSetPoint('point_name');
```

Get memory usage for current point

```
echo Debug::memoryUsage('point_name');
```

Print the variable $data and exit if exit = true

```
Debug::dump($data);
```

Prints a list of the configuration settings read from php.ini

```
Debug::phpini();
```

Prints a list of all currently loaded PHP extensions.

```
Debug::extensions();
```

Prints a list of all currently declared constants.

```
Debug::constants();
```

Prints a list of all currently declared functions.

```
Debug::functions();
```

Prints a list of all currently included (or required) files.

```
Debug::includes();
```

Prints a list of all currently declared interfaces.

```
Debug::interfaces();
```

Prints a list of all currently declared classes.

```
Debug::classes();
```

License
-------

[](#license)

See [LICENSE](https://github.com/flextype-components/debug/blob/master/LICENSE)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2866d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/477114?v=4)[Sergey Romanenko](/maintainers/Awilum)[@Awilum](https://github.com/Awilum)

---

Top Contributors

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

---

Tags

debug

### Embed Badge

![Health badge](/badges/flextype-components-debug/health.svg)

```
[![Health](https://phpackages.com/badges/flextype-components-debug/health.svg)](https://phpackages.com/packages/flextype-components-debug)
```

###  Alternatives

[symfony/var-dumper

Provides mechanisms for walking through any arbitrary PHP variable

7.4k855.5M8.0k](/packages/symfony-var-dumper)[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[kint-php/kint

Kint - Advanced PHP dumper

2.8k19.3M283](/packages/kint-php-kint)[tracy/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

1.8k24.4M1.3k](/packages/tracy-tracy)

PHPackages © 2026

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