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

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

noahnxt/dump-x
==============

An extension on your daily dump commands. Forget loopig dumps in a loop to get a specific amount of dumps.

v1(4y ago)05MITPHPPHP ^8.0

Since Oct 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/NoahNxT/dump-x)[ Packagist](https://packagist.org/packages/noahnxt/dump-x)[ Docs](https://github.com/noahnxt/dump-x)[ GitHub Sponsors](https://github.com/NoahNxT)[ RSS](/packages/noahnxt-dump-x/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

An extension on your daily dump commands. Forget loopig dumps in a loop to get a specific amount of dumps.
==========================================================================================================

[](#an-extension-on-your-daily-dump-commands-forget-loopig-dumps-in-a-loop-to-get-a-specific-amount-of-dumps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7b29651edc872e1d34299585c686353b96bdd760889dc9f8865133e32b30259e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f61686e78742f64756d702d782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/noahnxt/dump-x#v1)[![GitHub Tests Action Status](https://camo.githubusercontent.com/785ef970e95e3f1d13931a1dd6f92d656f87f5ab6b1676ab412d159b20812cf5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6e6f61686e78742f64756d702d782f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/noahnxt/dump-x/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4da2c0effff1a0ad2f085f89543a037a04c97c2bdb46026b0a7ce6d9336720f6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6e6f61686e78742f64756d702d782f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/noahnxt/dump-x/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5b070668693200eef6fe1d4ec2d893800a9e13152649d894f99ac546db71256c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f61686e78742f64756d702d782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/noahnxt/dump-x)

---

How To Use:
-----------

[](#how-to-use)

Usual dump:

```
DumpX::amount($x);
```

Dump X amount of times in a loop:

```
DumpX::amount($x, 5); //This will dump the first 5 loops of your loop.
```

Example:

```
for ($x = 1; $x
