Libraries tagged by sort
pstldz/dcat-admin-grid-sotrable
702 Downloads
拖动排序
onemustcode/query
28013 Downloads
It simply transforms the given filters, sortings and paging to a Doctrine or Eloquent query. Handy for interal usage or it can be used for API's.
nucleos/doctrine-extensions
44377 Downloads
Useful doctrine event hooks.
maatify/persistence
964 Downloads
Standalone, framework-agnostic PDO ordering and pagination utilities for Maatify projects.
dev-toolbelt/laravel-fast-crud
1700 Downloads
Laravel package for rapid CRUD API scaffolding with filtering, sorting, pagination and CSV export
baril/orderly
101568 Downloads
Orderable/sortable behavior for Eloquent models.
atomcoder/laravel-reorderable
159 Downloads
Drag and drop reorder functionality for Laravel Eloquent models.
appserver-io/collections
11948 Downloads
Package that provides basic PHP collections and utilities.
alesitom/hybrid-id
1176 Downloads
Compact, time-sortable unique ID generator for PHP. Drop-in UUID/ULID alternative with base62 encoding, Stripe-style prefixes, and configurable entropy profiles.
adminui/laravel-eloquent-joins
6692 Downloads
This package introduces the join magic for eloquent models and relations.
rinvex/laravel-tags
3172 Downloads
Rinvex Tags is a polymorphic Laravel package, for tag management. You can tag any eloquent model with ease, and utilize the awesomeness of Sluggable, and Translatable models out of the box.
wieni/wmentity_overview
22011 Downloads
Improved EntityListBuilders with support for paging, table sorting, table dragging, filtering, bulk actions, database queries and more.
wedevelopnl/ux-table
2896 Downloads
Symfony UX Table with search, filter and sorting options.
steefdw/standards-enums
84795 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
samushi/queryfilter
1894 Downloads
This package allows you to filter, sort and include eloquent relations based on a request. The QueryFilter used in this package extends Laravel's default Eloquent builder.