{"id":13993565,"url":"https://github.com/PerlDancer/Dancer2","last_synced_at":"2025-07-22T18:30:34.493Z","repository":{"id":1731860,"uuid":"2488436","full_name":"PerlDancer/Dancer2","owner":"PerlDancer","description":"Perl Dancer Next Generation (rewrite of Perl Dancer)","archived":false,"fork":false,"pushed_at":"2024-11-25T13:36:02.000Z","size":6466,"stargazers_count":548,"open_issues_count":120,"forks_count":274,"subscribers_count":69,"default_branch":"main","last_synced_at":"2024-11-28T03:04:34.125Z","etag":null,"topics":["perl","web"],"latest_commit_sha":null,"homepage":"http://perldancer.org/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"chukong/programmers-guide","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PerlDancer.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-09-30T10:26:56.000Z","updated_at":"2024-11-25T13:36:07.000Z","dependencies_parsed_at":"2023-11-12T19:24:24.028Z","dependency_job_id":"c6f9ccc1-1b3a-4180-8a68-ff7cbc480281","html_url":"https://github.com/PerlDancer/Dancer2","commit_stats":{"total_commits":3656,"total_committers":194,"mean_commits":18.84536082474227,"dds":0.7464442013129102,"last_synced_commit":"850dd2ba56a1989e1de4686c2bfcb0d557ca2eb6"},"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2FDancer2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2FDancer2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2FDancer2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2FDancer2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerlDancer","download_url":"https://codeload.github.com/PerlDancer/Dancer2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227156150,"owners_count":17739242,"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":["perl","web"],"created_at":"2024-08-09T14:02:26.566Z","updated_at":"2024-11-29T15:30:26.697Z","avatar_url":"https://github.com/PerlDancer.png","language":"Perl","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://perldancer.org/\"\u003e\n    \u003cimg src=\"https://crome-plated.com/images/dancer-logo.png\" alt=\"Perl Dancer logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Dancer2 is a lightweight yet powerful web application framework\n  written in Perl.\n  \u003cbr\u003e\n  \u003ca href=\"https://metacpan.org/pod/Dancer2%3A%3ATutorial\"\u003eTutorial\u003c/a\u003e\n  ·\n  \u003ca href=\"https://metacpan.org/pod/Dancer2%3A%3AManual\"\u003eManual\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/PerlDancer/Dancer2/discussions\"\u003eDiscussion Forums\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/PerlDancer/Dancer2/wiki\"\u003ePublic Wiki\u003c/a\u003e\n  ·\n  \u003ca href=\"http://lists.preshweb.co.uk/mailman/listinfo/dancer-users\"\u003eMailing List\u003c/a\u003e\n\u003c/p\u003e\u003cbr\u003e\n\nDancer2 is the evolution of [Dancer](https://metacpan.org/pod/Dancer)\nand is based on on [Moo](https://metacpan.org/pod/Moo), a lightweight\nobject framework for Perl.\n\nDancer2 can optionally use XS modules for speed, but at its core remains\nfatpackable (via [App::FatPacker](https://metacpan.org/pod/App%3A%3AFatPacker)), allowing\nyou to easily deploy Dancer2 applications in environments that do not support custom\ninstallations of CPAN modules.\n\nDancer2 is easy and fun:\n\n    use Dancer2;\n    get '/' =\u003e sub { \"Hello World\" };\n    dance;\n\n## Documentation Index\n\nDocumentation for Dancer2 is split into several sections:\n\n- Dancer2 Tutorial\n\n    If you've never danced before, you should start by reading\n    our [tutorial](https://metacpan.org/pod/Dancer2%3A%3ATutorial).\n\n- Manual\n\n    The [Dancer2::Manual](https://metacpan.org/pod/Dancer2%3A%3AManual) is the definitive reference for Dancer2. Here you will find\n    information on the concepts of Dancer2 application development and a comprehensive reference to the Dancer2 domain specific\n    language.\n\n- Keyword Guide\n\n    The complete list of keywords for Dancer2 is documented in the [DSL Keywords](https://metacpan.org/pod/Dancer2%3A%3AManual#DSL-KEYWORDS)\n    guide.\n\n- Deployment\n\n    For configuration examples of different deployment solutions involving\n    Dancer2 and Plack, refer to [the deployment guide](https://metacpan.org/pod/Dancer2%3A%3AManual%3A%3ADeployment).\n\n- Cookbook\n\n    Specific examples of code for real-life problems and some 'tricks' for\n    applications in Dancer2 can be found in [the Cookbook](https://metacpan.org/pod/Dancer2%3A%3ACookbook)\n\n- Configuration\n\n    For configuration file details refer to [Dancer2::Config](https://metacpan.org/pod/Dancer2%3A%3AConfig). It is a\n    complete list of all configuration options.\n\n- Plugins\n\n    Refer to [Dancer2::Plugins](https://metacpan.org/pod/Dancer2%3A%3APlugins) for a curated list of Dancer2\n    plugins, or [search MetaCPAN](https://metacpan.org/search?q=Dancer2%3A%3APlugin) for a complete list.\n\n    For information on how to author a plugin, see [\"Writing the plugin\" in Dancer2::Plugin](https://metacpan.org/pod/Dancer2%3A%3APlugin#Writing-the-plugin).\n\n- Dancer2 Migration Guide\n\n    [The migration guide](https://metacpan.org/pod/Dancer2%3A%3AManual%3A%3AMigration) provides the most up-to-date instructions on\n    how to convert a Dancer (1) based application to Dancer2.\n\n### Other Documentation\n\n- Core and Community Policy, and Standards of Conduct\n\n    The [Dancer core and community policy, and standards of conduct](https://metacpan.org/pod/Dancer2%3A%3APolicy) defines\n    what constitutes acceptable behavior in our community, what behavior is considered\n    abusive and unacceptable, and what steps will be taken to remediate inappropriate\n    and abusive behavior. By participating in any public forum for Dancer or its\n    community, you are agreeing to the terms of this policy.\n\n- GitHub Wiki\n\n    Our [wiki](https://github.com/PerlDancer/Dancer2/wiki) has community-contributed\n    documentation, as well as other information that doesn't quite fit within\n    this manual.\n\n- Contributing\n\n    The [contribution guidelines](https://github.com/PerlDancer/Dancer2/blob/master/Contributing.md) describe\n    how to set up your development environment to contribute to the development of Dancer2,\n    Dancer2's Git workflow, submission guidelines, and various coding standards.\n\n- Deprecation Policy\n\n    The [deprecation policy](https://metacpan.org/pod/Dancer2%3A%3ADeprecationPolicy) defines the process for removing old,\n    broken, unused, or outdated code from the Dancer2 codebase. This policy is critical\n    for guiding and shaping future development of Dancer2.\n\n# Security Reports\n\nIf you need to report a security vulnerability in Dancer2, send all pertinent\ninformation to [dancer-security@dancer.pm](mailto:dancer-security@dancer.pm), or report it\nvia the GitHub security tool. These reports will be addressed in the earliest possible\ntimeframe.\n\n# Support\n\nYou are welcome to join our mailing list.\nFor subscription information, mail address and archives see\n[http://lists.preshweb.co.uk/mailman/listinfo/dancer-users](http://lists.preshweb.co.uk/mailman/listinfo/dancer-users).\n\nWe are also on IRC: #dancer on irc.perl.org.\n\n# Authors\n\n## Dancer Core Team\n\n    Alberto Simões\n    Alexis Sukrieh\n    D Ruth Holloway (GeekRuthie)\n    Damien Krotkine\n    David Precious\n    Franck Cuny\n    Jason A. Crome\n    Mickey Nasriachi\n    Peter Mottram (SysPete)\n    Russell Jenkins\n    Sawyer X\n    Stefan Hornburg (Racke)\n    Yanick Champoux\n\n## Core Team Emeritus\n\n    David Golden\n    Steven Humphrey\n\n## Contributors\n\n    A. Sinan Unur\n    Abdullah Diab\n    Achyut Kumar Panda\n    Ahmad M. Zawawi\n    Alex Beamish\n    Alexander Karelas\n    Alexander Pankoff\n    Alexandr Ciornii\n    Andrew Beverley\n    Andrew Grangaard\n    Andrew Inishev\n    Andrew Solomon\n    Andy Jack\n    Ashvini V\n    B10m\n    Bas Bloemsaat\n    baynes\n    Ben Hutton\n    Ben Kaufman\n    biafra\n    Blabos de Blebe\n    Breno G. de Oliveira\n    cdmalon\n    Celogeek\n    Cesare Gargano\n    Charlie Gonzalez\n    chenchen000\n    Chi Trinh\n    Christian Walde\n    Christopher White\n    cloveistaken\n    Colin Kuskie\n    cym0n\n    Dale Gallagher\n    Dan Book (Grinnz)\n    Daniel Böhmer\n    Daniel Muey\n    Daniel Perrett\n    Dave Jacoby\n    Dave Webb\n    David (sbts)\n    David Steinbrunner\n    David Zurborg\n    Davs\n    Deirdre Moran\n    Dennis Lichtenthäler\n    Dinis Rebolo\n    dtcyganov\n    Elliot Holden\n    Emil Perhinschi\n    Erik Smit\n    Fayland Lam\n    ferki\n    Gabor Szabo\n    GeekRuthie\n    geistteufel\n    Gideon D'souza\n    Gil Magno\n    Glenn Fowler\n    Graham Knop\n    Gregor Herrmann\n    Grzegorz Rożniecki\n    Hobbestigrou\n    Hunter McMillen\n    ice-lenor\n    Ivan Bessarabov\n    Ivan Kruglov\n    JaHIY\n    Jakob Voss\n    James Aitken\n    James Raspass\n    James McCoy\n    Jason Lewis\n    Javier Rojas\n    Jean Stebens\n    Jens Rehsack\n    Joel Berger\n    Johannes Piehler\n    Jonathan Cast\n    Jonathan Scott Duff\n    Joseph Frazer\n    Julien Fiegehenn (simbabque)\n    Julio Fraire\n    Kaitlyn Parkhurst (SYMKAT)\n    kbeyazli\n    Keith Broughton\n    lbeesley\n    Lennart Hengstmengel\n    Ludovic Tolhurst-Cleaver\n    Mario Zieschang\n    Mark A. Stratman\n    Marketa Wachtlova\n    Masaaki Saito\n    Mateu X Hunter\n    Matt Phillips\n    Matt S Trout\n    mauke\n    Maurice\n    MaxPerl\n    Ma_Sys.ma\n    Menno Blom\n    Michael Kröll\n    Michał Wojciechowski\n    Mike Katasonov\n    Mohammad S Anwar\n    mokko\n    Nick Patch\n    Nick Tonkin\n    Nigel Gregoire\n    Nikita K\n    Nuno Carvalho\n    Olaf Alders\n    Olivier Mengué\n    Omar M. Othman\n    pants\n    Patrick Zimmermann\n    Pau Amma\n    Paul Clements\n    Paul Cochrane\n    Paul Williams\n    Pedro Bruno\n    Pedro Melo\n    Philippe Bricout\n    Ricardo Signes\n    Rick Yakubowski\n    Ruben Amortegui\n    Sakshee Vijay (sakshee3)\n    Sam Kington\n    Samit Badle\n    Sebastien Deseille (sdeseille)\n    Sergiy Borodych\n    Shlomi Fish\n    Slava Goltser\n    Snigdha\n    Steve Bertrand\n    Steve Dondley\n    Steven Humphrey\n    Tatsuhiko Miyagawa\n    Timothy Alexis Vass\n    Tina Müller\n    Tom Hukins\n    Upasana Shukla\n    Utkarsh Gupta\n    Vernon Lyon\n    Victor Adam\n    Vince Willems\n    Vincent Bachelier\n    xenu\n    Yves Orton\n\n# Author\n\nDancer Core Developers\n\n# Copyright and License\n\nThis software is copyright (c) 2024 by Alexis Sukrieh.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n","funding_links":[],"categories":["Perl","Micro Frameworks inspired by Sinatra (Other Languages)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPerlDancer%2FDancer2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPerlDancer%2FDancer2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPerlDancer%2FDancer2/lists"}