Download the PHP package accelade/query-builder without Composer
On this page you can find all versions of the php package accelade/query-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download accelade/query-builder
More information about accelade/query-builder
Files in accelade/query-builder
Package query-builder
Short Description Query builder engine for Accelade - build, filter, sort, and paginate Eloquent queries with a fluent API
License MIT
Homepage https://github.com/accelade/query-builder
Informations about the package query-builder
Accelade Query Builder
A fluent query builder for Laravel applications built with Accelade. Build, filter, sort, and paginate Eloquent queries with a clean, expressive API.
Features
- Search - Global search across multiple columns with relationship support
- Filters - Exact, partial, scope, and custom filters
- Sorting - Sortable columns with ascending/descending support
- Pagination - Standard, simple, and cursor pagination
- Request Binding - Automatically apply search, sort, and filters from HTTP request
- Relationship Support - Search and filter through related models
Requirements
- PHP 8.2+
- Laravel 11.0+ or 12.0+
- Accelade ^1.0
Installation
Quick Start
Documentation
For detailed documentation, see the docs folder:
- Overview - Getting started and basic concepts
- Search - Global search across columns
- Filters - Filter types and custom filters
- Sorting - Sortable columns and custom sorts
- Pagination - Pagination options and configuration
Usage Examples
Search
Enable global search across columns:
Filters
Apply various filter types:
Sorting
Enable column sorting:
Pagination
Combining Features
Using the Facade
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CODE_OF_CONDUCT for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Fady Mondy
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of query-builder with dependencies
accelade/accelade Version ^1.0.0
illuminate/support Version ^11.0|^12.0
illuminate/database Version ^11.0|^12.0