{"id":15516772,"url":"https://github.com/samrap/laravel-sift","last_synced_at":"2026-04-28T11:33:56.602Z","repository":{"id":62539834,"uuid":"107722756","full_name":"samrap/laravel-sift","owner":"samrap","description":"Sensible key-value query filtering for your Laravel application.","archived":false,"fork":false,"pushed_at":"2017-10-20T20:41:27.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-13T11:59:59.322Z","etag":null,"topics":["eloquent-orm","laravel","laravel-5-package"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samrap.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-20T20:20:19.000Z","updated_at":"2017-10-20T22:05:59.000Z","dependencies_parsed_at":"2022-11-02T15:32:11.864Z","dependency_job_id":null,"html_url":"https://github.com/samrap/laravel-sift","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/samrap/laravel-sift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrap%2Flaravel-sift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrap%2Flaravel-sift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrap%2Flaravel-sift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrap%2Flaravel-sift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrap","download_url":"https://codeload.github.com/samrap/laravel-sift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrap%2Flaravel-sift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eloquent-orm","laravel","laravel-5-package"],"created_at":"2024-10-02T10:09:51.878Z","updated_at":"2026-04-28T11:33:56.542Z","avatar_url":"https://github.com/samrap.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Sift\n\nSensible key-value query filtering for your Laravel application.\n\n[![Build Status](https://travis-ci.org/samrap/laravel-sift.svg?branch=master)](https://travis-ci.org/samrap/laravel-sift)\n\nBasic example:\n\n```php\n\u003c?php\n\nnamespace App\\Http\\Controllers;\n\nuse App\\User;\nuse Illuminate\\Http\\Request;\nuse Samrap\\Sift\\QueryFilters;\nuse App\\Http\\Controllers\\Controller;\n\nclass UsersController extends Controller\n{\n    public function index(Request $request)\n    {\n        $filters = new QueryFilters($request-\u003eall());\n\n        return response()-\u003ejson(User::sift($filters)-\u003eget());\n    }\n}\n\n```\n\n## Installation\n\nLaravel Sift is available on Packagist:\n\n```\ncomposer require samrap/laravel-sift\n```\n\n## Usage\n\nComing soon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrap%2Flaravel-sift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrap%2Flaravel-sift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrap%2Flaravel-sift/lists"}