{"id":23410518,"url":"https://github.com/kindmetrics/kindmetrics-php","last_synced_at":"2025-08-06T16:14:08.331Z","repository":{"id":57016808,"uuid":"304823984","full_name":"kindmetrics/kindmetrics-php","owner":"kindmetrics","description":"Kindmetrics PHP library","archived":false,"fork":false,"pushed_at":"2020-10-24T09:36:36.000Z","size":508,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T21:54:52.308Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kindmetrics.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":"2020-10-17T07:37:39.000Z","updated_at":"2020-10-24T09:35:55.000Z","dependencies_parsed_at":"2022-08-22T09:30:30.874Z","dependency_job_id":null,"html_url":"https://github.com/kindmetrics/kindmetrics-php","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindmetrics%2Fkindmetrics-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindmetrics%2Fkindmetrics-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindmetrics%2Fkindmetrics-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindmetrics%2Fkindmetrics-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kindmetrics","download_url":"https://codeload.github.com/kindmetrics/kindmetrics-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247972887,"owners_count":21026550,"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":[],"created_at":"2024-12-22T17:38:29.070Z","updated_at":"2025-04-09T03:30:03.539Z","avatar_url":"https://github.com/kindmetrics.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kindmetrics PHP Library\n\nThis is the PHP library for [Kindmetrics](https://kindmetrics.io).\n\nIt is a privacy focused website analytics to help you find referrers and measure good content quickly. A more excellent way to dig into your visitors without the visitors giving their data to big enterprises.\nKindmetrics have an API which this use, read more on https://kindmetrics.io\n\nYou can get your domains, create new and get data on specific domains, like current visitors, sources, mediums, pages, and more.\n\n\n## Getting started\nUsing composer, you run this command:\n```\ncomposer require kindmetrics/kindmetrics\n```\n\nif you want to do it manually you would need to download, and run composer to add the required libraries this library is dependent on.\n\n## Example\n\nHere is an example when you have autoload the required files:\n```\n$token = \"IlkoAAfas75468IBQ0tE8T1sdFhhgsdf7IidsgASd-c_m4\";\n\n$kind = new \\Kindmetrics\\Kindmetrics($token);\n\n$domains = $kind-\u003egetDomains();\nprint_r($domains);\n\n$domain = $kind-\u003egetDomain(2);\nprint_r($domain);\n$sources = $domain-\u003egetSources();\nprint_r($sources);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkindmetrics%2Fkindmetrics-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkindmetrics%2Fkindmetrics-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkindmetrics%2Fkindmetrics-php/lists"}