Search results for "Dancer::Plugin::"

Dancer2::Plugin::Tail - Tail a file from Dancer2 River stage zero No dependents

This plugin will allow you to tail a file from within Dancer2. It's designed to be unobtrusive. So, it is functional just by calling it from your scripts. Edit entries in the Dancer configuration to setup routes and activate files that may be tailed....

JACKB/Dancer2-Plugin-Tail-0.017 - 19 Nov 2018 05:46:10 UTC - Search in distribution

Dancer2::Plugin::CSRFI - Improved CSRF token generation and validation. River stage zero No dependents

This module is inspired by Dancer2::Plugin::CSRF <https://metacpan.org/pod/Dancer2::Plugin::CSRF> and Plack::Middleware::CSRFBlock <https://metacpan.org/pod/Plack::Middleware::CSRFBlock>. But it's fresh (2022 year release) and will be supported. Capa...

ALEXPAN/Dancer2-Plugin-CSRFI-1.03 - 16 Jun 2022 10:45:25 UTC - Search in distribution

Dancer2::Plugin::Chain - Dancer2 add-on for route chaining. River stage zero No dependents

A very simple plugin for Dancer2 for chaining routes.I needed this for my other project (in-progress) available on github <https://github.com/Manwar/Dancer2-Cookbook>....

MANWAR/Dancer2-Plugin-Chain-0.11 - 26 Sep 2019 20:04:53 UTC - Search in distribution

Dancer2::Plugin::Email - Simple email sending for Dancer2 applications River stage zero No dependents

This plugin tries to make sending emails from Dancer2 applications as simple as possible. It uses Email::Sender under the hood. In a lot of cases, no configuration is required. For example, if your app is hosted on a unix-like server with sendmail in...

SYSPETE/Dancer2-Plugin-Email-0.0202 - 25 Mar 2017 14:55:43 UTC - Search in distribution

Dancer2::Plugin::Flash - flash message for Dancer2 River stage zero No dependents

A flash is session data with a specific life cycle. When you put something into the flash it stays then until the end of the next request. This allows you to use it for storing messages that can be accessed after a redirect, but then are automaticall...

SHARDIWAL/Dancer2-Plugin-Flash-0.03 - 30 Jul 2016 05:38:19 UTC - Search in distribution

Dancer2::Plugin::Model - gantry to hang a model layer onto Dancer2 River stage zero No dependents

MITHALDU/Dancer2-Plugin-Model-1.152120 - 31 Jul 2015 21:08:39 UTC - Search in distribution

Dancer2::Plugin::Queue - Dancer2 plugin for message queue abstractions River stage one • 2 direct dependents • 2 total dependents

This module provides a generic interface to a message queue. Message queue implementations must implement the Dancer2::Plugin::Queue::Role::Queue role, which defines the interface to abstract the specifics of the backend....

CROMEDOME/Dancer2-Plugin-Queue-0.006 - 26 Jan 2016 01:01:18 UTC - Search in distribution

Dancer2::Plugin::Redis - Perl Dancer2 plugin for interaction with key-value-store Redis. River stage one • 1 direct dependent • 1 total dependent

This Perl Dancer2 plugin adds various Domain-specific language (*dsl*) symbols to interact with Redis server configured in *config.yml*. It uses the Redis module to communicate internally with the Redis server. It also provides serialization features...

SYSPETE/Dancer2-Plugin-Redis-0.009 - 09 Sep 2018 14:37:47 UTC - Search in distribution

Dancer2::Plugin::Users - Administration of registered users River stage zero No dependents

This Dancer2 plugin provides registered user management tools....

TONKIN/Dancer2-UserAdmin-0.9902 - 17 Aug 2019 05:18:23 UTC - Search in distribution

Dancer2::Plugin::Argon2 - Handling Argon2 passwords in Dancer2 River stage zero No dependents

Dancer2::Plugin::Argon2 is a plugin for Dancer2 to manage passwords using Argon2....

BOR/Dancer2-Plugin-Argon2-0.01 - 09 Apr 2020 07:40:23 UTC - Search in distribution

Dancer2::Plugin::Locale - Localize your Dancer2 application River stage zero No dependents

Adds a "locale" keyword for your code and templates....

DMUEY/Dancer2-Plugin-Locale-0.07 - 30 Jun 2017 19:33:18 UTC - Search in distribution

Dancer2::Plugin::Minify - Minify HTML, JavaScript and CSS River stage one • 1 direct dependent • 1 total dependent

This Dancer2 plugin is a wrapper for HTML::Packer, JavaScript::Packer and CSS::Packer....

ZURBORG/Dancer2-Plugin-Minify-0.002 - 29 May 2016 19:01:10 UTC - Search in distribution

Dancer2::Plugin::Minion - Easy access to Minion job queue in your Dancer2 applications River stage zero No dependents

"Dancer2::Plugin::Minion" makes it easy to add a job queue to any of your Dancer2 applications. The queue is powered by Minion and uses a backend of your choosing, such as PostgreSQL or SQLite. The plugin lazily instantiates a Minion object, which is...

CROMEDOME/Dancer2-Plugin-Minion-0.3.3 - 20 Dec 2020 16:11:02 UTC - Search in distribution

Dancer2::Plugin::Adapter - Wrap any simple class as a service for Dancer2 River stage zero No dependents

The problem: you want to use some perl class in your Dancer2 app, but there's no plugin for it. The solution: as long as the class needs only static data to construct an object, then "Dancer2::Plugin::Adaptor" can do the wrapping for you. Think of it...

YANICK/Dancer2-Plugin-Adapter-0.007 - 19 Jan 2016 23:19:00 UTC - Search in distribution

Dancer2::Plugin::Captcha - Dancer2 add-on for CAPTCHA. River stage zero No dependents

A very simple plugin for Dancer2 to process CAPTCHA.I needed this for my other project (in-progress) available on github <https://github.com/Manwar/Dancer2-Cookbook>. The core functionality of the plugin is supported by GD::SecurityImage....

MANWAR/Dancer2-Plugin-Captcha-0.14 - 10 Jul 2020 08:28:29 UTC - Search in distribution

Dancer2::Plugin::Growler - Growl multiple messages of varying types to the user on their next hit. River stage one • 1 direct dependent • 1 total dependent

This allows you to specify one or more one-time messages (of varying types) to growl on the user’s next hit (or this hit if you render a view that implements it) with out needing to pass around parameters. It is also a nice approach because it is ref...

DMUEY/Dancer2-Plugin-Growler-0.03 - 11 Sep 2015 14:40:58 UTC - Search in distribution

Dancer2::Plugin::Routing - A dancer2 plugin for configurable routing. River stage zero No dependents

MZIESCHA/Dancer2-Plugin-Routing-0.01 - 30 Dec 2016 14:26:56 UTC - Search in distribution

Dancer2::Plugin::Sixpack - Dancer2's plugin for WWW::Sixpack River stage zero No dependents

This plugin gives you the ability to do A/B testing within Dancer2 easily, using <http://sixpack.seatgeek.com/>. It handles the client_id transparantly through Dancer2's Session plugin....

BLOM/Dancer2-Plugin-Sixpack-0.03 - 30 Dec 2015 10:29:12 UTC - Search in distribution

Dancer2::Plugin::Debugger - main debugger plugin for Dancer2 for Plack::Debugger River stage zero No dependents

SYSPETE/Dancer2-Debugger-0.008 - 04 Oct 2016 15:53:12 UTC - Search in distribution

Dancer2::Plugin::Database - easy database connections for Dancer2 applications River stage one • 3 direct dependents • 3 total dependents

Provides an easy way to obtain a connected DBI database handle by simply calling the database keyword within your Dancer2 application Returns a Dancer::Plugin::Database::Core::Handle object, which is a subclass of DBI's "DBI::db" connection handle ob...

BIGPRESH/Dancer2-Plugin-Database-2.17 - 13 Aug 2016 13:01:45 UTC - Search in distribution
357 results (0.098 seconds)