Libraries tagged by database sort
nbulaienko/sortable
21 Downloads
Eloquent model sort trait.
montesilva/laravel-search-sort
7 Downloads
Eloquent model search and sort trait.
kl83/yii2-sortable-behaviour
116 Downloads
Yii2 behaviours to sort and select records inside adjency table
sudo520/laravel-sortable
1 Downloads
Simple package to add sorting functionality to your Laravel models. (fork of ninoman/laravel-sortable)
apielf/hyperf-query-builder
2 Downloads
Build Hyperf database queries from API requests
ahmed-arafat/all-in-one
32 Downloads
test
vojtasim/laravel-grid
135 Downloads
Basic Laravel data-grid system to ease sorting and filtering large tables. Does not contain any frontend bullshit so the appearance is your job
mouf/utils.log.stats-logger
5 Downloads
This package contains everything needed to aggregate database into stats that can be viewed and sorted.
casperw/laravel-tidy-tables
37 Downloads
Structures your database columns nice and tidy.
fgsl/eyedatagrid
19 Downloads
Display data from a database in a sortable table
aelfannir/doctrine-query-paginator
84 Downloads
Simple, powerful package for search, sort, filter & paginate database
aelfannir/doctrine-api-paginator
12 Downloads
Simple, powerful package for search, sort, filter & paginate database
doganoo/dependency-solver
9 Downloads
listing database dependencies using topological sorting algorithms
behzaddev/searchable
0 Downloads
Search Package OverviewThe Search package is a powerful tool designed to facilitate efficient and effective search operations within various datasets or databases. It provides a set of functions and classes that enable users to perform complex search queries, filter results, and retrieve relevant data with ease. The package is highly customizable, allowing users to define their own search criteria, implement sorting mechanisms, and handle large volumes of data seamlessly.Key Features: Customizable Search Queries: Users can create tailored search queries using various operators and conditions, making it possible to perform both simple and advanced searches. Sorting and Filtering: The package includes built-in methods to sort and filter search results, enabling users to organize data based on specific parameters such as date, relevance, or custom fields. Scalability: Designed to handle large datasets, the Search package is optimized for performance, ensuring quick response times even with millions of records. Integration: The package is compatible with a variety of databases and data sources, making it a versatile solution for different types of projects. User-Friendly Interface: It offers a straightforward API that is easy to use, even for those who are not experts in programming. This allows a broader audience to leverage the power of advanced search capabilities.Use Cases: Data Analysis: Quickly find and retrieve specific information from large datasets for analysis. Content Management Systems: Implement efficient search functionality in content-heavy websites or applications. E-commerce: Enhance product search features in online stores, improving the user experience by providing relevant results swiftly. Knowledge Bases: Help users find relevant articles or documentation based on keyword searches.Overall, the Search package is an essential tool for anyone needing to implement or enhance search functionality in their applications, providing both power and flexibility in managing and retrieving data.
rstoetter/ckeycolumnusagetree-php
23 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.