{"id":24605776,"url":"https://github.com/marcorieser/statamic-vitals","last_synced_at":"2025-05-05T16:45:07.879Z","repository":{"id":37040419,"uuid":"478516107","full_name":"marcorieser/statamic-vitals","owner":"marcorieser","description":"Provide vitals of your Statamic installation for external usage.","archived":false,"fork":false,"pushed_at":"2024-05-17T12:27:25.000Z","size":24,"stargazers_count":5,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-01T18:51:35.107Z","etag":null,"topics":["laravel","monitoring","php","statamic","vitals"],"latest_commit_sha":null,"homepage":"https://vitals-for-statamic.com/","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/marcorieser.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2022-04-06T10:44:40.000Z","updated_at":"2024-07-12T08:57:09.000Z","dependencies_parsed_at":"2024-05-17T13:41:39.023Z","dependency_job_id":"7249f1ec-e6f9-4034-84e3-d37eba0f0b16","html_url":"https://github.com/marcorieser/statamic-vitals","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"f788740afedae0505fed8627c97e0ddd41c962b8"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcorieser%2Fstatamic-vitals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcorieser%2Fstatamic-vitals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcorieser%2Fstatamic-vitals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcorieser%2Fstatamic-vitals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcorieser","download_url":"https://codeload.github.com/marcorieser/statamic-vitals/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252535541,"owners_count":21763973,"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":["laravel","monitoring","php","statamic","vitals"],"created_at":"2025-01-24T16:19:08.311Z","updated_at":"2025-05-05T16:45:07.855Z","avatar_url":"https://github.com/marcorieser.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vitals for Statamic\n\u003e You can monitor your installations with this addon on [vitals-for-statamic.com](https://vitals-for-statamic.com).\n\nProvide vitals of your Statamic installation for external usage. \n```json\n{\n\t\"system\": {\n\t\t\"name\": \"System name\",\n\t\t\"domain\": \"https:\\/\\/site.tld\",\n\t\t\"environment\": \"production\",\n\t\t\"laravel\": \"9.6.0\",\n\t\t\"php\": \"8.1.4\",\n\t\t\"debug\": false\n\t},\n\t\"statamic\": {\n\t\t\"version\": \"3.3.4\",\n\t\t\"cp_url\": \"https:\\/\\/site.tld\\/cp\",\n\t\t\"latest_version\": \"3.4.1\",\n\t\t\"pro\": true,\n\t\t\"antlers_version\": \"runtime\",\n\t\t\"static_page_cache\": \"full\",\n\t\t\"update_available\": true\n\t},\n\t\"addons\": [\n\t\t{\n\t\t\t\"name\": \"Collaboration\",\n\t\t\t\"package\": \"statamic\\/collaboration\",\n\t\t\t\"version\": \"0.4.0\",\n\t\t\t\"latest_version\": \"0.4.0\",\n\t\t\t\"update_available\": false\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Export\",\n\t\t\t\"package\": \"youfront\\/statamic-export\",\n\t\t\t\"version\": \"1.0.1\",\n\t\t\t\"latest_version\": \"1.0.3\",\n\t\t\t\"update_available\": true\n\t\t}\n\t],\n\t\"updates_available\": 2\n}\n```\n\n## How to Install\n\nYou can search for this addon in the `Tools \u003e Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:\n\n``` bash\ncomposer require marcorieser/statamic-vitals\n```\n\n## Configuration\nBe sure to generate an access key which is used to authenticate external requests.\n```bash\nphp please vitals:generate-key\n```\n\n## How to Use\nSend a post request to the vitals endpoint `https://site.tld/api/statamic-vitals/vitals`.\n```bash\ncurl --request POST \\\n  --url https://site.tld/api/statamic-vitals/vitals \\\n  --header 'Content-Type: application/json' \\\n  --data '{\n\t\"access_key\":\"4Vz?xNc_eE\u00262uqQL\"\n}'\n```\n\n### Parameters\n| Parameter     | Description                                    | Default | Required |\n|---------------|------------------------------------------------|---------|:--------:|\n| `access_key`  | The access key in your `.env` file     | `''`    |    *     |\n| `clear_cache` | Whether the vitals should be generated freshly | `false` |          |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcorieser%2Fstatamic-vitals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcorieser%2Fstatamic-vitals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcorieser%2Fstatamic-vitals/lists"}