{"id":15561089,"url":"https://github.com/grimbees/docrouter","last_synced_at":"2026-05-15T18:34:02.165Z","repository":{"id":62512684,"uuid":"160940713","full_name":"grimbees/docrouter","owner":"grimbees","description":"Documentation Router for Laravel","archived":false,"fork":false,"pushed_at":"2018-12-11T12:58:00.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T01:05:51.454Z","etag":null,"topics":["annotation","controller","discovery-interface","documentation","laravel5","router"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/grimbees/docrouter","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grimbees.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-08T13:11:42.000Z","updated_at":"2024-06-07T17:07:04.000Z","dependencies_parsed_at":"2022-11-02T10:16:50.655Z","dependency_job_id":null,"html_url":"https://github.com/grimbees/docrouter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grimbees/docrouter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimbees%2Fdocrouter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimbees%2Fdocrouter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimbees%2Fdocrouter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimbees%2Fdocrouter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grimbees","download_url":"https://codeload.github.com/grimbees/docrouter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimbees%2Fdocrouter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["annotation","controller","discovery-interface","documentation","laravel5","router"],"created_at":"2024-10-02T16:05:24.002Z","updated_at":"2026-05-15T18:34:02.136Z","avatar_url":"https://github.com/grimbees.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Documentation Router for Laravel\n\nAllow routing on controller class and method documentation\n\nTo install on laravel root directory terminal type\n**composer require grimbees/docrouter** \n\nSupported annotation on controller class:  \n**@middleware values**, values would be any middleware that is registered  \n**@prefix values**, values would be any url escaped string\n\nSupported annotation on controller method:  \n**@method values**, values would be **any, post, get**  \n**@route values**, values would be any url escaped string\n\nTo get started:  \nAdd **GrimBees\\DocRouter\\DocRouterServiceProvider::class** to **config/app.php** on **$providers**\n\n\nExample: **MyController.php**\n\n```php\nnamespace App\\Http\\Controllers;\n\n/**\n * Class MyController\n * @middleware web\n * @prefix my\n */\nclass MyController extends Controller\n{\n\n    /**\n     * @method any\n     * @route test\n     */\n    public function test() {\n        return \"test\";\n    }\n\n}\n```\nType **composer dump-autoload** is required for new controller\n\nTest controller method will be exposed on _/my/test_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrimbees%2Fdocrouter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrimbees%2Fdocrouter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrimbees%2Fdocrouter/lists"}