Libraries tagged by database sort
lacodix/laravel-model-filter
63830 Downloads
A Laravel package to filter, search and sort models with ease while fetching from database.
ninoman/laravel-sortable
27479 Downloads
Simple package to add sorting functionality to your Laravel models.
webeweb/core-library
224359 Downloads
Core library
liqueurdetoile/cakephp-orm-json
64508 Downloads
Cakephp plugin to provide easy control over JSON type fields in database
itools/smartarray
14088 Downloads
XSS-safe collections for PHP templates: database rows with fields that HTML-encode themselves, plus chainable filtering, sorting, and grouping
myneid/laravel-db-tui
1195 Downloads
Interactive TUI database browser for Laravel — browse tables, sort columns, inspect rows, and run raw SQL
rinvex/laravel-tenants
3506 Downloads
Rinvex Tenants is a contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
baril/orderly
101461 Downloads
Orderable/sortable behavior for Eloquent models.
wieni/wmentity_overview
21908 Downloads
Improved EntityListBuilders with support for paging, table sorting, table dragging, filtering, bulk actions, database queries and more.
kisame76/filament-db-table-state
1412 Downloads
Persist Filament table state (filters, sort, search, column order & visibility) per user in the database, across devices and sessions.
bugloos/query-sorting-bundle
5263 Downloads
The query sorting bundle allows you to sort data from QueryBuilder and the Database. you can sort multiple columns at the same time and also you can sort relation fields with two-level deep and without any join in your query builder.
apielf/hyperf-query-builder
779 Downloads
Build Hyperf database queries from API requests
baril/smoothie
5522 Downloads
Some fruity additions to Laravel's Eloquent: fuzzy dates, mutual many-to-many relationships, orderable behavior, closure tables.
jtotty/csv-loader
1756 Downloads
Sort and format the data from uploaded csv's for updating database data.
architools/laravel-sieve
66 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.