Libraries tagged by suitable
asantibanez/laravel-blade-sortable
53640 Downloads
Custom Blade components to add sortable/drag-and-drop HTML elements in your apps
akaunting/laravel-sortable
203726 Downloads
Sortable behavior package for Laravel
jedrzej/pimpable
190749 Downloads
Laravel 4/5/6 package that allows to dynamically filter, sort and eager load relations for your models using request parameters
silverstripe-australia/gridfieldextensions
344930 Downloads
A collection of useful grid field components
rorecek/laravel-ulid
166389 Downloads
Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
psalm/psalm-plugin-api
179435 Downloads
Stable, semantically versioned API for Psalm plugins
patchlevel/worker
615675 Downloads
Gives the opportunity to build a stable worker that terminates properly when limits are exceeded.
odan/tsid
256986 Downloads
A library for generating Time Sortable Identifiers (TSID).
not-empty/ulid-php-lib
29073 Downloads
PHP Universally Unique Lexicographically Sortable Identifier (ULID)
lewiscowles/ulid
41133 Downloads
Universally Unique Lexicographically Sortable Identifier ported to PHP
laminas/laminas-mvc-plugins
1052148 Downloads
Collection of all stable laminas-mvc plugins served via separate packages.
oddvalue/eloquent-sortable
163914 Downloads
Some additional features on top of https://github.com/spatie/eloquent-sortable
ninoman/laravel-sortable
27360 Downloads
Simple package to add sorting functionality to your Laravel models.
naxon/nova-field-sortable
272047 Downloads
A Laravel Nova field.
mouf/utils.common.sortable-interface
266387 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!