Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/open-southeners/laravel-eloquent-union-builder

Unify multiple Eloquent query builder instances into one using SQL union
https://github.com/open-southeners/laravel-eloquent-union-builder

eloquent eloquent-builder laravel laravel-package union-queries

Last synced: 12 days ago
JSON representation

Unify multiple Eloquent query builder instances into one using SQL union

Awesome Lists containing this project

README

        

# Laravel Eloquent Union Builder

Unify multiple Eloquent query builder instances into one using SQL union

## Status

[![latest tag](https://img.shields.io/github/v/tag/open-southeners/laravel-eloquent-union-builder?label=latest&sort=semver)](https://github.com/open-southeners/laravel-eloquent-union-builder/releases/latest) [![packagist version](https://img.shields.io/packagist/v/open-southeners/laravel-eloquent-union-builder)](https://packagist.org/packages/open-southeners/laravel-eloquent-union-builder) [![required php version](https://img.shields.io/packagist/php-v/open-southeners/laravel-eloquent-union-builder)](https://www.php.net/supported-versions.php) [![run-tests](https://github.com/open-southeners/laravel-eloquent-union-builder/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/open-southeners/laravel-eloquent-union-builder/actions/workflows/tests.yml) [![phpstan](https://github.com/open-southeners/laravel-eloquent-union-builder/actions/workflows/phpstan.yml/badge.svg)](https://github.com/open-southeners/laravel-eloquent-union-builder/actions/workflows/phpstan.yml) [![Laravel Pint](https://img.shields.io/badge/code%20style-pint-orange?logo=laravel)](https://github.com/open-southeners/laravel-eloquent-union-builder/actions/workflows/pint.yml) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/05591bd78c5f4b1ab2cfaa3001e67196)](https://www.codacy.com/gh/open-southeners/laravel-eloquent-union-builder/dashboard?utm_source=github.com&utm_medium=referral&utm_content=open-southeners/laravel-eloquent-union-builder&utm_campaign=Badge_Grade) [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/05591bd78c5f4b1ab2cfaa3001e67196)](https://www.codacy.com/gh/open-southeners/laravel-eloquent-union-builder/dashboard?utm_source=github.com&utm_medium=referral&utm_content=open-southeners/laravel-eloquent-union-builder&utm_campaign=Badge_Coverage) [![Edit on VSCode online](https://img.shields.io/badge/vscode-edit%20online-blue?logo=visualstudiocode)](https://vscode.dev/github/open-southeners/laravel-eloquent-union-builder)

## Getting started

```
composer require open-southeners/laravel-eloquent-union-builder
```