Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/open-southeners/laravel-eloquent-union-builder
- Owner: open-southeners
- License: mit
- Created: 2022-10-26T10:23:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T15:40:20.000Z (over 2 years ago)
- Last Synced: 2024-11-16T19:23:21.232Z (3 months ago)
- Topics: eloquent, eloquent-builder, laravel, laravel-package, union-queries
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
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
```