{"id":24054524,"url":"https://github.com/tomatophp/laravel-logstash","last_synced_at":"2025-07-06T21:11:52.698Z","repository":{"id":271495145,"uuid":"908211333","full_name":"tomatophp/laravel-logstash","owner":"tomatophp","description":"Elastic Logstash integration for Laravel Apps","archived":false,"fork":false,"pushed_at":"2025-01-27T23:19:50.000Z","size":910,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T01:48:15.798Z","etag":null,"topics":["elasticsearch","laravel","log-channel","logging","logstash"],"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/tomatophp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["3x1io"]}},"created_at":"2024-12-25T13:07:17.000Z","updated_at":"2025-01-27T23:19:46.000Z","dependencies_parsed_at":"2025-01-08T05:27:06.926Z","dependency_job_id":"8d8cee0d-d698-4b65-878e-37e7ac7d1f16","html_url":"https://github.com/tomatophp/laravel-logstash","commit_stats":null,"previous_names":["tomatophp/laravel-logstash"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Flaravel-logstash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Flaravel-logstash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Flaravel-logstash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Flaravel-logstash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomatophp","download_url":"https://codeload.github.com/tomatophp/laravel-logstash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176440,"owners_count":21866142,"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":["elasticsearch","laravel","log-channel","logging","logstash"],"created_at":"2025-01-09T03:47:39.039Z","updated_at":"2025-05-09T01:48:22.143Z","avatar_url":"https://github.com/tomatophp.png","language":"PHP","funding_links":["https://github.com/sponsors/3x1io"],"categories":[],"sub_categories":[],"readme":"![Screenshot](https://raw.githubusercontent.com/tomatophp/laravel-logstash/master/arts/screenshot.jpg)\n\n# Laravel Logstash Log Channel\n\n[![Dependabot Updates](https://github.com/tomatophp/laravel-logstash/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/tomatophp/laravel-logstash/actions/workflows/dependabot/dependabot-updates)\n[![PHP Code Styling](https://github.com/tomatophp/laravel-logstash/actions/workflows/fix-php-code-styling.yml/badge.svg)](https://github.com/tomatophp/laravel-logstash/actions/workflows/fix-php-code-styling.yml)\n[![Tests](https://github.com/tomatophp/laravel-logstash/actions/workflows/tests.yml/badge.svg)](https://github.com/tomatophp/laravel-logstash/actions/workflows/tests.yml)\n[![Latest Stable Version](https://poser.pugx.org/tomatophp/laravel-logstash/version.svg)](https://packagist.org/packages/tomatophp/laravel-logstash)\n[![License](https://poser.pugx.org/tomatophp/laravel-logstash/license.svg)](https://packagist.org/packages/tomatophp/laravel-logstash)\n[![Downloads](https://poser.pugx.org/tomatophp/laravel-logstash/d/total.svg)](https://packagist.org/packages/tomatophp/laravel-logstash)\n\nElastic Logstash log channel for Laravel apps\n\n## Installation\n\n```bash\ncomposer require tomatophp/laravel-logstash\n```\n\non your env add your host with port as a direct http connection on your env, and change the log channel to logstash\n\n```dotenv\nLOGSTASH_HOST=https://log.tomatophp.com\nLOG_CHANNEL=logstash\n```\n\n## Publish Assets\n\nyou can publish config file by use this command\n\n```bash\nphp artisan vendor:publish --tag=\"laravel-logstash-config\"\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Security\n\nPlease see [SECURITY](SECURITY.md) for more information about security.\n\n## Credits\n\n- [Fady Mondy](mailto:info@3x1.io)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n## Testing\n\nif you like to run `PEST` testing just use this command\n\n```bash\ncomposer test\n```\n\n## Code Style\n\nif you like to fix the code style just use this command\n\n```bash\ncomposer format\n```\n\n## PHPStan\n\nif you like to check the code by `PHPStan` just use this command\n\n```bash\ncomposer analyse\n```\n\n## Other Filament Packages\n\nCheckout our [Awesome TomatoPHP](https://github.com/tomatophp/awesome)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomatophp%2Flaravel-logstash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomatophp%2Flaravel-logstash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomatophp%2Flaravel-logstash/lists"}