Libraries tagged by sourcing
fballiano/magento2-category-sort-direction
14 Downloads
Magento2 module that allows you to decide the product sorting direction on category pages.
f2re/aero
5 Downloads
Plugin for chart sounding aero data
drboboev/sortwords
0 Downloads
Sorting words in string
doganoo/dependency-solver
11 Downloads
listing database dependencies using topological sorting algorithms
difel/laravel-eloquent-join
47 Downloads
This package introduces the join capability for sorting and filtering on eloquent relations.
dia-nz/sortablefile
95 Downloads
An extension for SilverStripe 4 that adds sorting to UploadField.
czita/datagrid
12 Downloads
DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
cxlblm/php-ranker
3 Downloads
a sorting tool that supports dense_rank/rank/row_number sorting
cta-k12/search-bundle
45 Downloads
Provides a quick way of adding searching, sorting, and filtering to Doctrine ORM entities
cromwell/git-spruce
8 Downloads
CLI for sprucing up your local git, cleans out branches that have been merged upstream.
cliffordvickrey/malarkey
24 Downloads
Generates nonsensical but realistic-sounding text using a Markov chain algorithm
chrishepner/school-name-generator
15 Downloads
Generates plausible-sounding school and university names.
charm/recordset
6 Downloads
A library for filtering and sorting rows of data from different sources like database tables, arrays, APIs or CSV files.
cartalyst/dependencies
1 Downloads
Simple dependency resolution and sorting.
bored-programmers/laragrid
98 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.