{"id":16163936,"url":"https://github.com/rawleyfowler/dancer2-controllers","last_synced_at":"2025-07-07T14:09:23.121Z","repository":{"id":223053202,"uuid":"757218139","full_name":"rawleyfowler/Dancer2-Controllers","owner":"rawleyfowler","description":"A simple wrapper to clean-up Dancer2 route declarations","archived":false,"fork":false,"pushed_at":"2024-02-26T20:24:33.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T04:45:01.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","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/rawleyfowler.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-14T03:07:29.000Z","updated_at":"2024-02-27T18:10:09.000Z","dependencies_parsed_at":"2024-11-02T09:05:08.936Z","dependency_job_id":"4b87a070-4b49-486d-a716-52436d750e50","html_url":"https://github.com/rawleyfowler/Dancer2-Controllers","commit_stats":null,"previous_names":["rawleyfowler/dancer2-controllers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rawleyfowler/Dancer2-Controllers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FDancer2-Controllers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FDancer2-Controllers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FDancer2-Controllers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FDancer2-Controllers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawleyfowler","download_url":"https://codeload.github.com/rawleyfowler/Dancer2-Controllers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FDancer2-Controllers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264089651,"owners_count":23555782,"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":[],"created_at":"2024-10-10T02:44:50.260Z","updated_at":"2025-07-07T14:09:23.102Z","avatar_url":"https://github.com/rawleyfowler.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dancer2::Controllers\n\nA wrapper for exporting [Dancer2](https://metacpan.org/pod/Dancer2) routes in various controller esq, modules.\n\nSimilar to how Spring-Boot declares their routes, except without annotations.\n\n## Example\n\n```perl\npackage MyApp::Controller;\n\nuse Moose;\n\nBEGIN { extends 'Dancer2::Controllers::Controller' }\n\nsub hello_world : Route(get =\u003e /) {\n    \"Hello World!\";\n}\n\nsub foo : Route(get =\u003e /foo) {\n    \"Foo!\"\n}\n\n1;\n\nuse Dancer2;\nuse Dancer2::Controllers;\n\nset port =\u003e 8080;\n\ncontrollers( ['MyApp::Controller'] );\n\ndance;\n```\n\n## License\n\nDancer2::Controllers is free software, licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawleyfowler%2Fdancer2-controllers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawleyfowler%2Fdancer2-controllers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawleyfowler%2Fdancer2-controllers/lists"}