{"id":36397432,"url":"https://github.com/ppeco/routepp","last_synced_at":"2026-01-11T16:00:30.606Z","repository":{"id":57044073,"uuid":"393670536","full_name":"ppeco/routepp","owner":"ppeco","description":"Simple library for route pages","archived":false,"fork":false,"pushed_at":"2021-09-13T15:47:43.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T19:36:30.032Z","etag":null,"topics":["php-router","ppeco","router"],"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/ppeco.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":"2021-08-07T11:55:59.000Z","updated_at":"2022-04-16T13:40:33.000Z","dependencies_parsed_at":"2022-08-23T23:31:07.560Z","dependency_job_id":null,"html_url":"https://github.com/ppeco/routepp","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/ppeco/routepp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeco%2Froutepp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeco%2Froutepp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeco%2Froutepp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeco%2Froutepp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppeco","download_url":"https://codeload.github.com/ppeco/routepp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeco%2Froutepp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28312054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: 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-router","ppeco","router"],"created_at":"2026-01-11T16:00:18.378Z","updated_at":"2026-01-11T16:00:30.518Z","avatar_url":"https://github.com/ppeco.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RoutePP\n```shell\ncomposer require ppeco/routepp\n```\nSimple library for route pages\n\n## Example\n```php\nuse ppeco\\router\\Router;\n\nRouter::route(\"/\", function() {\n    return \"Hello, world!\";\n});\n\nRouter::route(\"/user/(\\d+)\", function(array ...$data) {\n    return \"User #$data[1]\";\n});\n\nRouter::route(\"/simple\", function() {\n    return \"This is simple pages\";\n});\n\necho \"Page not found\";\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppeco%2Froutepp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppeco%2Froutepp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppeco%2Froutepp/lists"}