{"id":36294936,"url":"https://github.com/nohponex/monolog-datadog-handler","last_synced_at":"2026-01-11T10:03:39.662Z","repository":{"id":28528711,"uuid":"118638178","full_name":"nohponex/monolog-datadog-handler","owner":"nohponex","description":"Monolog Handler that uses DataDog","archived":false,"fork":false,"pushed_at":"2022-05-25T09:40:41.000Z","size":8,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-29T21:08:31.103Z","etag":null,"topics":["datadog","monolog","monolog-handler","php","psr-3"],"latest_commit_sha":null,"homepage":null,"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/nohponex.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}},"created_at":"2018-01-23T16:36:38.000Z","updated_at":"2024-04-29T21:08:31.103Z","dependencies_parsed_at":"2022-08-02T11:53:19.832Z","dependency_job_id":null,"html_url":"https://github.com/nohponex/monolog-datadog-handler","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nohponex/monolog-datadog-handler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nohponex%2Fmonolog-datadog-handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nohponex%2Fmonolog-datadog-handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nohponex%2Fmonolog-datadog-handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nohponex%2Fmonolog-datadog-handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nohponex","download_url":"https://codeload.github.com/nohponex/monolog-datadog-handler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nohponex%2Fmonolog-datadog-handler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28299709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T08:21:30.231Z","status":"ssl_error","status_checked_at":"2026-01-11T08:21:26.882Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["datadog","monolog","monolog-handler","php","psr-3"],"created_at":"2026-01-11T10:03:38.637Z","updated_at":"2026-01-11T10:03:39.651Z","avatar_url":"https://github.com/nohponex.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monolog-datadog-handler\nMonolog Handler that uses [Datadog](https://www.datadoghq.com/)\n\nImplemented for TCP Submission to Datadog API using [datadog/php-datadogstatsd](https://github.com/DataDog/php-datadogstatsd)\n\n\n## Installation\n```\ncomposer require nohponex/monolog-datadog-handler\n```\n\n## Basic Usage\n```php\n\u003c?php\n\nuse Nohponex\\MonologDataDogHandler\\DataDogHandler;\n\n$tag = [\n    sprintf(\n        'environment:%s',\n        'ci'\n    ),\n    sprintf(\n        'instance:%s',\n        'api'\n    )\n];\n\n$log = new Logger('name');\n$log-\u003epushHandler(\n    new DataDogHandler(\n        'xxxx',\n        'yyy',\n        $tag,\n        \\Monolog\\Logger::INFO\n    )\n);\n\n```\n\n## License\n\nnohponex/monolog-datadog-handler is licensed under the MIT License - see the LICENSE file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnohponex%2Fmonolog-datadog-handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnohponex%2Fmonolog-datadog-handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnohponex%2Fmonolog-datadog-handler/lists"}