{"id":13622356,"url":"https://github.com/thephpleague/route","last_synced_at":"2025-06-18T08:09:15.291Z","repository":{"id":25693937,"uuid":"29130155","full_name":"thephpleague/route","owner":"thephpleague","description":"Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.","archived":false,"fork":false,"pushed_at":"2025-03-27T10:03:29.000Z","size":1305,"stargazers_count":656,"open_issues_count":5,"forks_count":128,"subscribers_count":30,"default_branch":"6.x","last_synced_at":"2025-04-15T05:35:21.355Z","etag":null,"topics":["fastroute","php","routing"],"latest_commit_sha":null,"homepage":"http://route.thephpleague.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/thephpleague.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":["philipobenito"]}},"created_at":"2015-01-12T10:21:02.000Z","updated_at":"2025-04-13T03:13:15.000Z","dependencies_parsed_at":"2023-01-14T03:09:06.746Z","dependency_job_id":"d8aef5bd-4bfe-4247-b7f6-e827dd1942f0","html_url":"https://github.com/thephpleague/route","commit_stats":{"total_commits":314,"total_committers":58,"mean_commits":5.413793103448276,"dds":0.7038216560509554,"last_synced_commit":"b2d82a8b212787f10244e6fa8f94c939560d23bd"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/thephpleague/route","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thephpleague%2Froute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thephpleague%2Froute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thephpleague%2Froute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thephpleague%2Froute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thephpleague","download_url":"https://codeload.github.com/thephpleague/route/tar.gz/refs/heads/6.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thephpleague%2Froute/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260515145,"owners_count":23020619,"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":["fastroute","php","routing"],"created_at":"2024-08-01T21:01:18.078Z","updated_at":"2025-06-18T08:09:10.268Z","avatar_url":"https://github.com/thephpleague.png","language":"PHP","funding_links":["https://github.com/sponsors/philipobenito"],"categories":["路由 Routers","Table of Contents","PHP","目录","路由( Routers )"],"sub_categories":["Routers","路由 Routers","Globalization"],"readme":"# Route\n\n[![Author](https://img.shields.io/badge/author-@philipobenito-blue.svg?style=flat-square)](https://twitter.com/philipobenito)\n[![Latest Version](https://img.shields.io/github/release/thephpleague/route.svg?style=flat-square)](https://github.com/thephpleague/route/releases)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Build Status](https://img.shields.io/travis/thephpleague/route/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/route)\n[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/route.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/route/code-structure)\n[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/route.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/route)\n[![Total Downloads](https://img.shields.io/packagist/dt/league/route.svg?style=flat-square)](https://packagist.org/packages/league/route)\n\nThis package is compliant with [PSR-1], [PSR-2], [PSR-4], [PSR-7], [PSR-11] and [PSR-15]. If you notice compliance oversights, please send a patch via pull request.\n\n[PSR-1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md\n[PSR-2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md\n[PSR-4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md\n[PSR-7]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md\n[PSR-11]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-11-container.md\n[PSR-15]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-15-request-handlers.md\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require league/route\n```\n\n## Requirements\n\nThe following versions of PHP are supported by this version.\n\n* PHP 7.2\n* PHP 7.3\n* PHP 7.4\n* PHP 8.0\n\n## Documentation\n\nRoute has [full documentation](http://route.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/).\n\nContribute to this documentation in the [docs directory](https://github.com/thephpleague/route/tree/master/docs/).\n\n## Testing\n\n``` bash\n$ vendor/bin/phpunit\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/thephpleague/route/blob/master/CONTRIBUTING.md) for details.\n\n## Credits\n\n- [Phil Bennett](https://github.com/philipobenito)\n- [Nikita Popov](https://github.com/nikic) ([FastRoute](https://github.com/nikic/FastRoute))\n- [All Contributors](https://github.com/thephpleague/route/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](https://github.com/thephpleague/route/blob/master/LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthephpleague%2Froute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthephpleague%2Froute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthephpleague%2Froute/lists"}