l3aro/pipeline-query-collection

A query database collection for use with Laravel Pipeline

PHP
This is stars and forks stats for /l3aro/pipeline-query-collection repository. As of 11 May, 2024 this repository has 202 stars and 10 forks.

A query database collection for use with Laravel Pipeline This package contains a collection of class that can be used with Laravel Pipeline. Let's see below queries: // users?name=Baro&is_admin=1&created_at_from=2022-06-01&created_at_to=2022-06-31 $users = User::query() ->when($request->name ?? null, function($query, $name) { $query->where('name', 'like', "%$name%"); }) ->when($request->is_admin ?? null, function($query, $isAdmin) { $query->where('is_admin',...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
codenip-tech/modular-monolith-examplePHPJavaScriptDockerfile15090
WildCodeSchool/2022-03-php-orleans-project-aoyosPHPTwigSCSS2000
thecodingmachine/workadventureTypeScriptSvelteHTML3.5k05610
serversideup/financial-freedomVuePHPBlade8870980
daledavies/jumpPHPJavaScriptSCSS4380320
symfony/monolog-bundlePHP2.8k02220
phpbrew/phpbrewMakefilePHPShell5.2k+4398+3
nglthach/SpkToolbar4DelphiPascalPHP26090
dchapyshev/aspiaC++CMakeObjective-C++1.4k03390
spatie/laravel-backupPHP5.3k+9736+1