{"id":18973748,"url":"https://github.com/64robots/laravel-cloudwatch-http-logger","last_synced_at":"2025-08-31T01:32:48.881Z","repository":{"id":96153681,"uuid":"384703829","full_name":"64robots/laravel-cloudwatch-http-logger","owner":"64robots","description":"log incoming requests and outgoing responses to aws cloudwatch for easy debugging","archived":false,"fork":false,"pushed_at":"2021-07-10T13:50:33.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-28T17:56:58.296Z","etag":null,"topics":[],"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/64robots.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-10T13:25:22.000Z","updated_at":"2021-07-10T13:52:00.000Z","dependencies_parsed_at":"2023-04-11T08:47:23.831Z","dependency_job_id":null,"html_url":"https://github.com/64robots/laravel-cloudwatch-http-logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/64robots/laravel-cloudwatch-http-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Flaravel-cloudwatch-http-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Flaravel-cloudwatch-http-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Flaravel-cloudwatch-http-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Flaravel-cloudwatch-http-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64robots","download_url":"https://codeload.github.com/64robots/laravel-cloudwatch-http-logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Flaravel-cloudwatch-http-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272929994,"owners_count":25017057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":[],"created_at":"2024-11-08T15:12:59.645Z","updated_at":"2025-08-31T01:32:48.876Z","avatar_url":"https://github.com/64robots.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### Installation\n\n\n#### Configuration\n\nAdd `cloudwatch` to the `channels` array\n\n```php\n[\n    'channels' =\u003e  [\n        'cloudwatch' =\u003e [\n                'driver' =\u003e 'custom',\n                'name' =\u003e env('CLOUDWATCH_LOG_NAME', ''),\n                'region' =\u003e env('CLOUDWATCH_LOG_REGION', ''),\n                'credentials' =\u003e [\n                    'key' =\u003e env('CLOUDWATCH_LOG_KEY', ''),\n                    'secret' =\u003e env('CLOUDWATCH_LOG_SECRET', '')\n                ],\n                'stream_name' =\u003e env('CLOUDWATCH_LOG_STREAM_NAME', 'laravel_app'),\n                'retention' =\u003e env('CLOUDWATCH_LOG_RETENTION_DAYS', 14),\n                'group_name' =\u003e env('CLOUDWATCH_LOG_GROUP_NAME', 'laravel_app'),\n                'version' =\u003e env('CLOUDWATCH_LOG_VERSION', 'latest'),\n                'formatter' =\u003e \\Monolog\\Formatter\\JsonFormatter::class,\n                'disabled' =\u003e env('DISABLE_CLOUDWATCH_LOG', false),\n            ],\n    ],\n];\n```\n\nAdd correct values to keys in your .env file. And it should work.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64robots%2Flaravel-cloudwatch-http-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64robots%2Flaravel-cloudwatch-http-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64robots%2Flaravel-cloudwatch-http-logger/lists"}