{"id":15561155,"url":"https://github.com/michelmelo/laravel-request-logging","last_synced_at":"2026-05-01T09:32:50.906Z","repository":{"id":207539100,"uuid":"719492594","full_name":"michelmelo/laravel-request-logging","owner":"michelmelo","description":"Laravel Request logging","archived":false,"fork":false,"pushed_at":"2023-11-18T15:14:16.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T21:47:59.909Z","etag":null,"topics":["laravel","laravel-framework","log","logger","logging","package","request","requests"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michelmelo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-16T09:33:55.000Z","updated_at":"2023-11-17T13:11:09.000Z","dependencies_parsed_at":"2023-11-16T10:48:01.073Z","dependency_job_id":null,"html_url":"https://github.com/michelmelo/laravel-request-logging","commit_stats":null,"previous_names":["michelmelo/laravel-request-logging"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/michelmelo/laravel-request-logging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelmelo%2Flaravel-request-logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelmelo%2Flaravel-request-logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelmelo%2Flaravel-request-logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelmelo%2Flaravel-request-logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michelmelo","download_url":"https://codeload.github.com/michelmelo/laravel-request-logging/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelmelo%2Flaravel-request-logging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["laravel","laravel-framework","log","logger","logging","package","request","requests"],"created_at":"2024-10-02T16:05:46.853Z","updated_at":"2026-05-01T09:32:50.854Z","avatar_url":"https://github.com/michelmelo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Request logging\n![Screenshot of a comment on a GitHub issue showing an image, added in the Markdown, of an Octocat smiling and raising a tentacle.](banner.png)\n\n\nThis Laravel package contains middleware to log requests and there responses including all parameters. \n\n## Installation\n\nYou can install using [composer](https://getcomposer.org/) \n\n```\ncomposer require michelmelo/laravel-request-logging\n```\n\nNext step is to add the middleware in your app/Http/Kernel.php file.\n\nAdd the request logging to all routes:\n```\nprotected $middleware = [\n    ...\n    \\MichelMelo\\RequestLogging\\LogRequest::class,\n    ...\n];\n```\n\nOr you only for specific route(group)s.\n```\nprotected $routeMiddleware = [\n    ...\n    'logRequest' =\u003e \\MichelMelo\\RequestLogging\\LogRequest::class,\n    ...\n];\n```\n\nFinally, although optionally, you can publish the configuration file:\n\n```\nphp artisan vendor:publish --provider=\"MichelMelo\\RequestLogging\\RequestLoggingServiceProvider\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelmelo%2Flaravel-request-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichelmelo%2Flaravel-request-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelmelo%2Flaravel-request-logging/lists"}