{"id":20102548,"url":"https://github.com/highlight/highlight-php","last_synced_at":"2025-10-05T22:58:13.465Z","repository":{"id":221260783,"uuid":"753884426","full_name":"highlight/highlight-php","owner":"highlight","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-21T21:43:43.000Z","size":33,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-18T11:49:52.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/highlight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-07T00:58:26.000Z","updated_at":"2024-02-07T01:16:01.000Z","dependencies_parsed_at":"2024-11-13T17:35:41.761Z","dependency_job_id":"d36b7d6f-c59f-40df-8913-e88ba2a8c0cc","html_url":"https://github.com/highlight/highlight-php","commit_stats":null,"previous_names":["highlight/highlight-php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/highlight/highlight-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlight%2Fhighlight-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlight%2Fhighlight-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlight%2Fhighlight-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlight%2Fhighlight-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highlight","download_url":"https://codeload.github.com/highlight/highlight-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlight%2Fhighlight-php/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266427569,"owners_count":23926819,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-13T17:31:41.823Z","updated_at":"2025-10-05T22:58:08.411Z","avatar_url":"https://github.com/highlight.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"2051\" alt=\"docs-thumbnail\" src=\"https://user-images.githubusercontent.com/20292680/233754540-409ee4cf-beab-46b1-b313-d2d717a87fd6.png\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href='http://makeapullrequest.com'\u003e\u003cimg alt='PRs Welcome' src='https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields'/\u003e\u003c/a\u003e\n  \u003ca href='https://highlight.io/community'\u003e\u003cimg alt=\"Join Discord Community\" src=\"https://img.shields.io/badge/discord%20community-join-blue\"/\u003e\u003c/a\u003e\n  \u003cimg alt=\"GitHub commit activity\" src=\"https://img.shields.io/github/commit-activity/m/highlight/highlight\"/\u003e\n  \u003cimg alt=\"GitHub closed issues\" src=\"https://img.shields.io/github/issues-closed/highlight/highlight\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://highlight.io/docs\"\u003eDocs\u003c/a\u003e - \u003ca href=\"https://highlight.io/community\"\u003eCommunity (Support \u0026 Feedback)\u003c/a\u003e - \u003ca href=\"https://github.com/highlight/highlight/issues/new?assignees=\u0026labels=external+bug+%2F+request\u0026template=feature_request.md\u0026title=\"\u003eFeature request\u003c/a\u003e - \u003ca href=\"https://github.com/highlight/highlight/issues/new?assignees=\u0026labels=external+bug+%2F+request\u0026template=bug_report.md\u0026title=\"\u003eBug report\u003c/a\u003e\n\u003c/p\u003e\n\n# [highlight.io](https://highlight.io): The open-source, fullstack monitoring platform.\n\nhighlight.io is a monitoring tool for the next generation of developers (like you!). Unlike the age-old, outdated tools out there, we aim to build a [cohesive](#we-build-a-cohesive-product), [modern](#we-build-for-todays-developer) and [fully-featured](#features) monitoring solution, something we wished WE had. And it's all open source :)\n\nAt a high level, highlight.io's feature set is:\n- [Session Replay](#session-replay-understand-why-bugs-happen)\n- [Error Monitoring](#error-monitoring-understand-what-bugs-are-happening)\n- [Logging](#logging)\n\nWe strive to make highlight.io as easy to install as a few lines of code in any environment.\n\nRead more about our [features](#features), [values](#our-values) and [mission](#our-mission) below, and get started at https://highlight.io today!\n\n# Highlight PHP SDK\n\nBelow are some examples demonstrating usage of the PHP SDK:\n```php\n    use Highlight\\SDK\\Common\\HighlightOptions;\n    use Highlight\\SDK\\Highlight;\n\n\n    $projectId = '1jdkeo52';\n\n    // Use only a projectId to bootstrap Highlight\n    if (!Highlight::isInitialized()) {\n        Highlight::init($projectId);\n    }\n\n    // Use a HighlightOptions instance to bootstrap Highlight\n    $options = HighlightOptions::builder($projectId)-\u003ebuild();\n    if (!Highlight::isInitialized()) {\n        Highlight::initWithOptions($options);\n    }\n\n    // Use a HighlightOptions instance prepped with a serviceName to bootstrap Highlight\n    $options = HighlightOptions::builder($projectId)-\u003eserviceName('test-service-01')-\u003ebuild();\n\n    if (!Highlight::isInitialized()) {\n        Highlight::initWithOptions($options);\n    }\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlight%2Fhighlight-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighlight%2Fhighlight-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlight%2Fhighlight-php/lists"}