Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Simplify data querying in Laravel applications with the power of CycleORM and the Specification Pattern.

Awesome Lists containing this project

README

        



WayOfDev Logo for light theme
WayOfDev Logo for dark theme




Build Status
Total Downloads
Latest Stable Version
Software License
Commits since latest release
PHP Version Require


# 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!

![Screenshot](assets/screenshot.png)

## ๐Ÿ’ฟ 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

[![Licence](https://img.shields.io/github/license/wayofdev/laravel-data-query-builder?style=for-the-badge&color=blue)](./LICENSE)


## ๐Ÿ™†๐Ÿผโ€โ™‚๏ธ Author Information

Created in **2024** by [lotyp / wayofdev](https://github.com/wayofdev)