{"id":33976813,"url":"https://github.com/kykurniawan/metime","last_synced_at":"2026-04-02T17:29:47.027Z","repository":{"id":57748979,"uuid":"523341202","full_name":"kykurniawan/metime","owner":"kykurniawan","description":"Metime PHP","archived":false,"fork":false,"pushed_at":"2022-08-12T15:17:58.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-14T14:43:45.974Z","etag":null,"topics":["php","web"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/kykurniawan/metime","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/kykurniawan.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}},"created_at":"2022-08-10T12:48:11.000Z","updated_at":"2022-08-14T04:38:52.000Z","dependencies_parsed_at":"2022-08-27T00:20:35.551Z","dependency_job_id":null,"html_url":"https://github.com/kykurniawan/metime","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kykurniawan/metime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kykurniawan%2Fmetime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kykurniawan%2Fmetime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kykurniawan%2Fmetime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kykurniawan%2Fmetime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kykurniawan","download_url":"https://codeload.github.com/kykurniawan/metime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kykurniawan%2Fmetime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31311628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":["php","web"],"created_at":"2025-12-13T02:02:56.459Z","updated_at":"2026-04-02T17:29:47.019Z","avatar_url":"https://github.com/kykurniawan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metime PHP\n\nExpress JS-like PHP framework\n\n## Simple usage\n\n```php\n\u003c?php\n\nuse Kykurniawan\\Metime\\App;\nuse Kykurniawan\\Metime\\RequestInterface as Req;\nuse Kykurniawan\\Metime\\ResponseInterface as Res;\nuse Kykurniawan\\Metime\\Router;\n\nrequire_once \"../vendor/autoload.php\";\n\n// Create router\n$router = new Router;\n// Add handler for home action\n$router-\u003eget(\"home\", function (Req $req, Res $res) {\n    return $res-\u003emarkdown(\"# Home Page\")-\u003esend();\n});\n\n// Create application\n$app = new App;\n// Setup base url\n$app-\u003esetBaseUrl(\"http://127.0.0.1/\");\n// Add router to the application\n$app-\u003eaddRouter($router);\n// Run application\n$app-\u003erun();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkykurniawan%2Fmetime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkykurniawan%2Fmetime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkykurniawan%2Fmetime/lists"}