{"id":18478320,"url":"https://github.com/zaphyr-org/router","last_synced_at":"2026-02-16T22:04:01.053Z","repository":{"id":195946950,"uuid":"674568794","full_name":"zaphyr-org/router","owner":"zaphyr-org","description":"Robust PSR-7 router supporting attribute-based routing, complete with PSR-15 middleware and PSR-11 container support, all built upon the foundation of FastRoute.","archived":false,"fork":false,"pushed_at":"2025-03-21T09:30:10.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T16:52:34.310Z","etag":null,"topics":["fast-route","psr-11","psr-15","psr-7","router","routing"],"latest_commit_sha":null,"homepage":"https://zaphyr.org/docs/repositories/latest/router","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/zaphyr-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-04T09:01:41.000Z","updated_at":"2025-03-21T09:30:14.000Z","dependencies_parsed_at":"2025-03-21T10:34:13.184Z","dependency_job_id":"dfd727ec-69e9-44f1-b097-108de74b2f04","html_url":"https://github.com/zaphyr-org/router","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"6bf20902e012b7e7ff33fb215b57285768d600b9"},"previous_names":["zaphyr-org/router"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/zaphyr-org/router","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaphyr-org%2Frouter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaphyr-org%2Frouter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaphyr-org%2Frouter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaphyr-org%2Frouter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaphyr-org","download_url":"https://codeload.github.com/zaphyr-org/router/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaphyr-org%2Frouter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29521131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T21:45:09.491Z","status":"ssl_error","status_checked_at":"2026-02-16T21:44:58.452Z","response_time":115,"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":["fast-route","psr-11","psr-15","psr-7","router","routing"],"created_at":"2024-11-06T12:09:40.271Z","updated_at":"2026-02-16T22:04:01.048Z","avatar_url":"https://github.com/zaphyr-org.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![License](https://img.shields.io/github/license/zaphyr-org/router)\n![Version](https://img.shields.io/packagist/v/zaphyr-org/router)\n![Issues](https://img.shields.io/github/issues/zaphyr-org/router)\n![Tests](https://github.com/zaphyr-org/router/actions/workflows/tests.yml/badge.svg)\n[![Codecov](https://codecov.io/gh/zaphyr-org/router/graph/badge.svg?token=2STP40KC71)](https://codecov.io/gh/zaphyr-org/router)\n\n# Router\n\nRobust [PSR-7](https://www.php-fig.org/psr/psr-7) router supporting\n[attribute-based](https://www.php.net/manual/en/language.attributes.overview.php) routing, complete with\n[PSR-15](https://www.php-fig.org/psr/psr-15/) middleware and [PSR-11](https://www.php-fig.org/psr/psr-11) container\nsupport, all built upon the foundation of [FastRoute](https://github.com/nikic/FastRoute).\n\n## System Requirements\n\nYou need `PHP =\u003e 8.1` but the latest stable version of PHP is recommended.\n\nThis package is continuously tested on the following PHP versions:\n\n- PHP 8.1\n- PHP 8.2\n- PHP 8.3\n- PHP 8.4\n- PHP 8.5\n\n## Installation\n\nIt's recommended that you use [Composer](https://getcomposer.org/) to install the router repository.\n\n```console\ncomposer require zaphyr-org/router\n```\n\n## Documentation\n\nYou can read the full documentation [here](https://zaphyr.org/docs/repositories/latest/router).\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Issues\n\nBug reports and feature requests can be submitted on\nthe [GitHub Issue Tracker](https://github.com/zaphyr-org/router/issues).\n\n## Security\n\nIf you discover security related issues, please email security@zaphyr.org **instead of using the issue tracker!**\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://zaphyr.org/contributions) for details.\n\n## Code of Conduct\n\nPlease see [CODE OF CONDUCT](https://zaphyr.org/contributions#code-of-conduct) for details.\n\n## License\n\nThis project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaphyr-org%2Frouter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaphyr-org%2Frouter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaphyr-org%2Frouter/lists"}