{"id":28926890,"url":"https://github.com/iamlucianojr/laravel-api-query-handler","last_synced_at":"2026-04-28T01:32:03.842Z","repository":{"id":62519770,"uuid":"106738874","full_name":"iamlucianojr/Laravel-API-query-handler","owner":"iamlucianojr","description":":flashlight: This Laravel package helps to handle a query request properly ","archived":false,"fork":false,"pushed_at":"2018-02-19T12:41:34.000Z","size":16,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T15:23:52.560Z","etag":null,"topics":["api","collection","data","eloquent","handler","l5x","laravel","query"],"latest_commit_sha":null,"homepage":"","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/iamlucianojr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-12T19:55:06.000Z","updated_at":"2017-10-19T04:01:33.000Z","dependencies_parsed_at":"2022-11-02T13:31:50.244Z","dependency_job_id":null,"html_url":"https://github.com/iamlucianojr/Laravel-API-query-handler","commit_stats":null,"previous_names":["iamlucianojr/laravel-api-query-handler","luciano-jr/laravel-api-query-handler"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/iamlucianojr/Laravel-API-query-handler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamlucianojr%2FLaravel-API-query-handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamlucianojr%2FLaravel-API-query-handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamlucianojr%2FLaravel-API-query-handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamlucianojr%2FLaravel-API-query-handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamlucianojr","download_url":"https://codeload.github.com/iamlucianojr/Laravel-API-query-handler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamlucianojr%2FLaravel-API-query-handler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["api","collection","data","eloquent","handler","l5x","laravel","query"],"created_at":"2025-06-22T12:12:32.863Z","updated_at":"2026-04-28T01:32:03.837Z","avatar_url":"https://github.com/iamlucianojr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel API query handler\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bc686d5313d24b51b2bb9cc42dbdb534)](https://www.codacy.com/app/luciano/Laravel-API-query-handler?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=luciano-jr/Laravel-API-query-handler\u0026utm_campaign=badger)\n\nThis Laravel package helps to handle a query request properly \n\n## Synopsis\n\nIn order to help\n\n## Code Example\n\nShow what the library does as concisely as possible, developers should be able to figure out **how** your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.\n\n## Motivation\n\nA short description of the motivation behind the creation and maintenance of the project. This should explain **why** the project exists.\n\n## Installation\n\nRequire this package with composer using the following command:\n\n```bash\ncomposer require luciano-jr/laravel-api-query-handler\n```\n\nAfter updating composer, add the service provider to the `providers` array in `config/app.php`\n\n```php\nLucianoJr\\LaravelAPIQueryHandler\\Providers\\LaravelApiQueryHandlerServiceProvider::class,\n```\n\n### Configuration File\n\n**If you use Lumen please skip this step**\n\nIf you want to change the default parameters, run this command on the terminal in order to publish the vendor config file:\n\n`php artisan vendor:publish --provider=\"Lucianor\\LaravelApiQueryHandler\\Providers\\LaravelApiQueryHandlerServiceProvider\"`\n\n\n## Usage\n\n```\n    public function index(Request $request)\n    {\n        $collection = $this-\u003erepository-\u003eall();\n        \n        $collectionHandler = new CollectionHandler($collection, $request);\n        $collectionHandler-\u003ehandle();\n    }\n```\n\n## Tests\n\nDescribe and show how to run the tests with code examples.\n\n## Contributors\n\nLet people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable.\n\n## License\n\nThe Laravel API query handler is open-sourced software licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamlucianojr%2Flaravel-api-query-handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamlucianojr%2Flaravel-api-query-handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamlucianojr%2Flaravel-api-query-handler/lists"}