{"id":36620888,"url":"https://github.com/kasuganosoras/tinystat","last_synced_at":"2026-01-12T09:22:36.281Z","repository":{"id":187329233,"uuid":"676718274","full_name":"kasuganosoras/TinyStat","owner":"kasuganosoras","description":"✅ A simple status page service, written in PHP","archived":false,"fork":false,"pushed_at":"2024-08-20T19:59:58.000Z","size":2692,"stargazers_count":42,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-20T21:56:30.988Z","etag":null,"topics":["monitoring","php","status-page"],"latest_commit_sha":null,"homepage":"","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/kasuganosoras.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":"2023-08-09T21:07:54.000Z","updated_at":"2024-08-20T20:00:01.000Z","dependencies_parsed_at":"2023-09-25T01:47:54.635Z","dependency_job_id":"a6bb7523-cc56-4b8f-a814-c1eed640e7d6","html_url":"https://github.com/kasuganosoras/TinyStat","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.1875,"last_synced_commit":"7046d5e42118bc1130cd5270fe79bc2c1902eeef"},"previous_names":["kasuganosoras/tinystat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kasuganosoras/TinyStat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasuganosoras%2FTinyStat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasuganosoras%2FTinyStat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasuganosoras%2FTinyStat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasuganosoras%2FTinyStat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasuganosoras","download_url":"https://codeload.github.com/kasuganosoras/TinyStat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasuganosoras%2FTinyStat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["monitoring","php","status-page"],"created_at":"2026-01-12T09:22:35.552Z","updated_at":"2026-01-12T09:22:36.273Z","avatar_url":"https://github.com/kasuganosoras.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyStat\nA simple status page service, written in PHP\n\n[🌐 Demo](https://status.zerodream.net/) | [🗒️ 中文介绍](README_zh.md) | [🗒️ Français](README_fr.md)\n\n![image](https://github.com/kasuganosoras/TinyStat/assets/34357771/1c5b2abb-6e84-47d1-a66c-298eaf45ac27)\n\n## Features\n* TCP/UDP/ICMP/HTTP Service support\n* Locale support\n* Incident description with markdown support\n* Email/Discord/Kook/DingTalk/WeCom notification\n* MySQL/SQLite3 support\n\n## Requirements\n* PHP \u003e= 7.0\n* Extension: cURL, Socket, PDO\n* MySQL / Mariadb with InnoDB support\n* SQLite3 (optional)\n* Terminal access (for cron/console)\n\n## Installation\n1. Clone this repo to your website root folder\n```bash\ncd /data/wwwroot/my-website.com/\ngit clone https://github.com/kasuganosoras/TinyStat .\n```\n2. Create a new database, using `utf8mb4` charset. (Skip this step if you are using SQLite)\n3. Edit your config.php and change the database info.\n4. Running the following command in your terminal to initialize the database\n```bash\nphp console.php install\n```\n5. Create a new user\n```bash\nphp console.php createuser\n```\n6. Open the browser and visit your website to check the installation\n7. Using `screen` or other terminal manager to run the `cron.php` in background.\n```bash\ncd /data/wwwroot/my-website.com/\nscreen -Dms tinystat /usr/local/php/bin/php cron.php\n```\nYou can also use systemd to manage the service.\n\nFile: `/etc/systemd/system/tinystat.service`\n```text\n[Unit]\nDescription=TinyStat Service\nAfter=network.target\n\n[Service]\nWorkingDirectory=/data/wwwroot/my-website.com/\n\nExecStart=/usr/local/php/bin/php cron.php\n\nRestart=always\nRestartSec=5s\n\n[Install]\nWantedBy=multi-user.target\n```\n\n## TO-DO\n- [x] Email notification\n- [x] Service display sort\n- [ ] Subscribe the status\n\n## License\nThis project is open source under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasuganosoras%2Ftinystat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasuganosoras%2Ftinystat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasuganosoras%2Ftinystat/lists"}