{"id":18353182,"url":"https://github.com/reasno/elklogger","last_synced_at":"2025-04-10T00:54:03.198Z","repository":{"id":62533947,"uuid":"131093494","full_name":"Reasno/ElkLogger","owner":"Reasno","description":"ELK logger for laravel 5","archived":false,"fork":false,"pushed_at":"2018-07-23T11:30:46.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-10T00:53:56.054Z","etag":null,"topics":["elk-stack","laravel"],"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/Reasno.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}},"created_at":"2018-04-26T03:13:11.000Z","updated_at":"2018-10-10T13:40:46.000Z","dependencies_parsed_at":"2022-11-02T15:02:05.303Z","dependency_job_id":null,"html_url":"https://github.com/Reasno/ElkLogger","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reasno%2FElkLogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reasno%2FElkLogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reasno%2FElkLogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reasno%2FElkLogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reasno","download_url":"https://codeload.github.com/Reasno/ElkLogger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137994,"owners_count":21053775,"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","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":["elk-stack","laravel"],"created_at":"2024-11-05T21:38:48.387Z","updated_at":"2025-04-10T00:54:03.169Z","avatar_url":"https://github.com/Reasno.png","language":"PHP","readme":"# ElkLogger\nThis package is to be used in conjunction with laravel.\n\n## Installation\n\n```bash\ncomposer require reasno/elk-logger\n```\n\n## Configuration\nIn your config/Logger.php, add a new channel:\n```php\nreturn [\n    //...\n    'custom' =\u003e [\n        'driver' =\u003e 'custom',\n        'via' =\u003e Reasno\\ElkLogger\\ElkLogger::class,\n        'level' =\u003e 'info',\n        'password' =\u003e \"XXXXXXX\",\n        'host' =\u003e '127.0.0.1',\n        'port' =\u003e XXXX,\n        'type' =\u003e 'some unique id'\n    ],\n    //...\n];\n```\nThen configure your app to use this channel for logging.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freasno%2Felklogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freasno%2Felklogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freasno%2Felklogger/lists"}