PHPackages                             jrbarros/laravel-dump-ordered - 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. jrbarros/laravel-dump-ordered

ActiveLibrary

jrbarros/laravel-dump-ordered
=============================

This is my package laravel-dump-ordered

10PHP

Since May 10Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

This is my package laravel-dump-ordered
=======================================

[](#this-is-my-package-laravel-dump-ordered)

[![Latest Version on Packagist](https://camo.githubusercontent.com/995ddedb29d846bc110b55b8f6cf77bae53b9e4bf2c0842a909c4481edd9c406/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a72626172726f732f6c61726176656c2d64756d702d6f7264657265642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jrbarros/laravel-dump-ordered)[![GitHub Tests Action Status](https://camo.githubusercontent.com/198ec995e2d27c7966dfd3ab73650209a4bd7343f0e3472674f406604919dd7a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a72626172726f732f6c61726176656c2d64756d702d6f7264657265642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/jrbarros/laravel-dump-ordered/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c88a06ee32d26a886c744a04e0dcdd92ebfe9e86a510164935c2730ad9a37d57/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a72626172726f732f6c61726176656c2d64756d702d6f7264657265642f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jrbarros/laravel-dump-ordered/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/826ab4e123594d9758dbedcff8a5ada2bef88bcf57d5f6ed1b00d5c578138708/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a72626172726f732f6c61726176656c2d64756d702d6f7264657265642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jrbarros/laravel-dump-ordered)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/766f18e9cb695f4a7fd31c21541e69fc64c26c8957817376a5d303988f82d191/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d64756d702d6f7264657265642e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-dump-ordered)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require jrbarros/laravel-dump-ordered --dev
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-dump-ordered-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-dump-ordered-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-dump-ordered-views"
```

Usage
-----

[](#usage)

```
$laravelDumpOrdered = new Jrbarros\LaravelDumpOrdered();
echo $laravelDumpOrdered->echoPhrase('Hello, Jrbarros!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Joalisson Barros](https://github.com/jrbarros)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/00b6392647e4c38efad2fcdc9adc124141d277def88a6b71dfc22f2efbd10b3d?d=identicon)[jrbarros](/maintainers/jrbarros)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jrbarros-laravel-dump-ordered/health.svg)

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

PHPackages © 2026

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