{"id":20410009,"url":"https://github.com/vdlp/oc-amqplogging-plugin","last_synced_at":"2025-04-12T15:53:14.649Z","repository":{"id":47253228,"uuid":"279855243","full_name":"vdlp/oc-amqplogging-plugin","owner":"vdlp","description":"Extend October CMS logging with an AMQP driver","archived":false,"fork":false,"pushed_at":"2024-03-14T13:47:18.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-11T10:00:01.058Z","etag":null,"topics":["amqp","amqp-driver","laravel","logging","octobercms","octobercms-plugin","rabbitmq"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vdlp.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-07-15T11:54:13.000Z","updated_at":"2023-01-13T18:19:52.000Z","dependencies_parsed_at":"2024-03-14T11:35:53.562Z","dependency_job_id":"0ad3df6d-aa2e-4af4-9025-5b81e5880360","html_url":"https://github.com/vdlp/oc-amqplogging-plugin","commit_stats":{"total_commits":18,"total_committers":3,"mean_commits":6.0,"dds":"0.16666666666666663","last_synced_commit":"9d48112b112ffaad999b38848a26b9531a016610"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdlp%2Foc-amqplogging-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdlp%2Foc-amqplogging-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdlp%2Foc-amqplogging-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdlp%2Foc-amqplogging-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vdlp","download_url":"https://codeload.github.com/vdlp/oc-amqplogging-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248592131,"owners_count":21130185,"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":["amqp","amqp-driver","laravel","logging","octobercms","octobercms-plugin","rabbitmq"],"created_at":"2024-11-15T05:44:36.196Z","updated_at":"2025-04-12T15:53:14.631Z","avatar_url":"https://github.com/vdlp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vdlp.AmqpLogging\n\nExtends October CMS logging with an AMQP driver.\n\n- Support for environment specific configuration (using the `.env` file).\n- Fallback logging when AMQP connection failed.\n\n## Requirements\n\n- PHP ^8.0\n- October CMS `^3.0` (Laravel `^9.0` or `^10.0`)\n\n## Installation\n\n```\ncomposer require vdlp/oc-amqplogging-plugin\n```\n\n## Usage\n\nPublish the configuration file.\n\n`php artisan vendor:publish --tag=vdlp-amqplogging-config`\n\nConfigure your connection to the AMQP server.\n\n```\nVDLP_AMQPLOGGING_HOST = \"\"\nVDLP_AMQPLOGGING_PORT = \"\"\nVDLP_AMQPLOGGING_LOGIN = \"\"\nVDLP_AMQPLOGGING_PASSWORD = \"\"\nVDLP_AMQPLOGGING_VHOST = \"\"\nVDLP_AMQPLOGGING_EXCHANGE = \"\"\nVDLP_AMQPLOGGING_CHANNEL = \"\"\n```\n\nUse the `Vdlp\\AmqpLogging\\Classes\\AmqpLogger` in the `logging.php` configuration:\n\n```\n'amqp' =\u003e [\n    'driver' =\u003e 'custom',\n    'via' =\u003e \\Vdlp\\AmqpLogging\\Classes\\AmqpLogger::class,\n],\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvdlp%2Foc-amqplogging-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvdlp%2Foc-amqplogging-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvdlp%2Foc-amqplogging-plugin/lists"}