PHPackages                             mantax559/laravel-blade-attribute-sorter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mantax559/laravel-blade-attribute-sorter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mantax559/laravel-blade-attribute-sorter
========================================

Laravel Blade Attribute Sorter

1.9.6(1mo ago)02297MITPHPPHP ^8.5

Since Jun 19Pushed 2w ago1 watchersCompare

[ Source](https://github.com/mantax559/laravel-blade-attribute-sorter)[ Packagist](https://packagist.org/packages/mantax559/laravel-blade-attribute-sorter)[ RSS](/packages/mantax559-laravel-blade-attribute-sorter/feed)WikiDiscussions production Synced today

READMEChangelog (10)Dependencies (19)Versions (27)Used By (7)

[![GitHub release (latest by date)](https://camo.githubusercontent.com/1f22e900b7d90991648d5c84edf44340f06f523e103ed84ac4d899f74ebb66fb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d626c6164652d6174747269627574652d736f727465723f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/1f22e900b7d90991648d5c84edf44340f06f523e103ed84ac4d899f74ebb66fb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d626c6164652d6174747269627574652d736f727465723f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)[![GitHub release (latest SemVer including pre-releases)](https://camo.githubusercontent.com/8a7511e691ef76fc3694c8ff2e95c8742d944e5a26d9f01f15c42e173eec32f7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d626c6164652d6174747269627574652d736f727465723f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/8a7511e691ef76fc3694c8ff2e95c8742d944e5a26d9f01f15c42e173eec32f7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d626c6164652d6174747269627574652d736f727465723f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)[![Packagist](https://camo.githubusercontent.com/db5e118c8b0dcbcf6cead3b208c9adc2a5983e8d4c3d88c31d739d8590591a94/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d626c6164652d6174747269627574652d736f727465723f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/db5e118c8b0dcbcf6cead3b208c9adc2a5983e8d4c3d88c31d739d8590591a94/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d626c6164652d6174747269627574652d736f727465723f7374796c653d666c61742d737175617265)[![PHP from Packagist](https://camo.githubusercontent.com/77ec67e74a8ebb12a9eac56f4fbd0712c3b4bc2c8c5a6cfde94172ca7ea6dd09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d626c6164652d6174747269627574652d736f727465723f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/77ec67e74a8ebb12a9eac56f4fbd0712c3b4bc2c8c5a6cfde94172ca7ea6dd09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d626c6164652d6174747269627574652d736f727465723f7374796c653d666c61742d737175617265)

Laravel Blade Attribute Sorter
==============================

[](#laravel-blade-attribute-sorter)

Requirements
------------

[](#requirements)

- **Xdebug** - required for code coverage analysis (recommended for development)

Installation &amp; Setup
------------------------

[](#installation--setup)

You can install the package via composer:

```
composer require mantax559/laravel-blade-attribute-sorter

```

The package will automatically register its service provider.

Usage
-----

[](#usage)

See **[USAGE.md](USAGE.md)** for more information about the package and examples.

Customisation
-------------

[](#customisation)

### Config

[](#config)

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Mantax559\LaravelBladeAttributeSorter\Providers\AppServiceProvider" --tag=config

```

### Testing

[](#testing)

Run the test suite:

```
composer test

```

Coverage summary in the terminal:

```
composer test-coverage

```

For a browsable HTML report, generate files under `coverage/` and open `coverage/index.html` in your browser:

```
composer test-coverage-html

```

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

This project is proprietary and confidential software. You are not permitted to copy, modify, distribute, sublicense, publish, sell, share, or use any part of this project without explicit written permission from the owner. Unauthorized access, usage, reproduction, or redistribution of this software, in whole or in part, is strictly prohibited.

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance95

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~3 days

Total

25

Last Release

31d ago

PHP version history (3 changes)1.0PHP ^8.0

1.6.0PHP ^8.2

1.9.2PHP ^8.5

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mantax559-laravel-blade-attribute-sorter/health.svg)

```
[![Health](https://phpackages.com/badges/mantax559-laravel-blade-attribute-sorter/health.svg)](https://phpackages.com/packages/mantax559-laravel-blade-attribute-sorter)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.6k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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