sloth-dev-guy/searches

Perform searches with Eloquent models using an array-like API setup

Maintainers

Package info

github.com/sloth-dev-guy/eloquent-searches

Homepage

pkg:composer/sloth-dev-guy/searches

Statistics

Installs: 4 099

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.3.0 2025-04-24 23:11 UTC

This package is auto-updated.

Last update: 2026-02-25 00:59:48 UTC


README

Are you tired of write if, where and join statements in all your search methods as if tomorrow never comes, then this might be a solution for you!

Perform searches with Eloquent models using an array-like API setup.

This library is just a query-builder translator, so in the end it uses exactly the same methods.