https://github.com/wayofdev/laravel-data-query-builder
Simplify data querying in Laravel applications with the power of CycleORM and the Specification Pattern.
https://github.com/wayofdev/laravel-data-query-builder
cycle cycle-orm data-grid eloquent filtering laravel pagination php php8 queries query-builder sorting specification sql
Last synced: 8 months ago
JSON representation
Simplify data querying in Laravel applications with the power of CycleORM and the Specification Pattern.
- Host: GitHub
- URL: https://github.com/wayofdev/laravel-data-query-builder
- Owner: wayofdev
- License: mit
- Created: 2024-03-27T01:13:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T02:13:26.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T06:18:52.512Z (11 months ago)
- Topics: cycle, cycle-orm, data-grid, eloquent, filtering, laravel, pagination, php, php8, queries, query-builder, sorting, specification, sql
- Language: Makefile
- Homepage: https://wayof.dev
- Size: 569 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel Package Template
This is minimal Laravel template which is used by other PHP projects in wayofdev organization.
If you **like/use** this package, please consider **starring** it. Thanks!

## ๐ฟ Installation
### โ Using composer
Require as dependency:
```bash
$ composer req wayofdev/laravel-data-query-builder
```
## ๐งช Running Tests
### โ PHPUnit tests
To run tests, run the following command:
```bash
$ make test
```
### โ Static Analysis
Code quality using PHPStan:
```bash
$ make lint-stan
```
### โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
```bash
$ make lint-php
```
## ๐ค License
[](./LICENSE)
## ๐๐ผโโ๏ธ Author Information
Created in **2024** by [lotyp / wayofdev](https://github.com/wayofdev)