Libraries tagged by database sort
lacodix/laravel-model-filter
24606 Downloads
A Laravel package to filter, search and sort models with ease while fetching from database.
ninoman/laravel-sortable
15473 Downloads
Simple package to add sorting functionality to your Laravel models.
webeweb/core-library
149323 Downloads
Core library
liqueurdetoile/cakephp-orm-json
36498 Downloads
Cakephp plugin to provide easy control over JSON type fields in database
baril/orderly
19691 Downloads
Orderable/sortable behavior for Eloquent models.
bugloos/query-sorting-bundle
4607 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.
rinvex/laravel-tenants
3326 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/smoothie
5518 Downloads
Some fruity additions to Laravel's Eloquent: fuzzy dates, mutual many-to-many relationships, orderable behavior, closure tables.
wieni/wmentity_overview
11753 Downloads
Improved EntityListBuilders with support for paging, table sorting, table dragging, filtering, bulk actions, database queries and more.
ahmed-arafat/all-in-one
9 Downloads
test
doganoo/dependency-solver
9 Downloads
listing database dependencies using topological sorting algorithms
ardakilic/dizici
16 Downloads
A minimal series-cli app that syncs series and episodes from TVMaze to a database aimed to make a unified sort
koochik/queryhall
32 Downloads
A PHP package that allows you to sort, filter, and paginate Doctrine DBAL SQL database queries from Query parameters
jtotty/csv-loader
410 Downloads
Sort and format the data from uploaded csv's for updating database data.
rstoetter/ckeycolumnusagetree-php
22 Downloads
The class cKeyColumnUsageTree represents a sorted collection of the key column usage of a mysql database. The main purpose of the class is to determine the dependencies of the tables among each other: The class is able to find dependency paths of more than two tables, when another tables are involved. Dependencies which include self referencing tables are considered, too.