Search results for "Dancer::Plugin::"

Dancer::Plugin::Captcha::SecurityImage - generate and verify GD::SecurityImage captchas from Dancer River stage zero No dependents

AAR/Dancer-Plugin-Captcha-SecurityImage-0.10 - 28 Mar 2011 17:14:29 UTC - Search in distribution

Dancer::Plugin::DataTransposeValidator - Data::Transpose::Validator plugin for Dancer River stage zero No dependents

Dancer plugin for for Data::Transpose::Validator...

SYSPETE/Dancer-Plugin-DataTransposeValidator-0.010 - 31 Oct 2016 10:35:23 UTC - Search in distribution

Dancer::Plugin::SporeDefinitionControl - Dancer Plugin to control validity of route from a Spore configuration file River stage zero No dependents

NOUDARD/Dancer-Plugin-SporeDefinitionControl-0.18 - 16 Apr 2019 08:38:02 UTC - Search in distribution

Dancer::Plugin::Nitesi::Backend::DBI - Dancer DBI backend for Nitesi Shop Machine River stage one • 1 direct dependent • 1 total dependent

HORNBURG/Nitesi-DBI-0.0092 - 06 Oct 2013 16:44:52 UTC - Search in distribution

Dancer2::Plugin - base class for Dancer2 plugins River stage three • 156 direct dependents • 176 total dependents

Writing the plugin "use Dancer2::Plugin" The plugin must begin with use Dancer2::Plugin; which will turn the package into a Moo class that inherits from Dancer2::Plugin. The base class provides the plugin with two attributes: "app", which is populate...

CROMEDOME/Dancer2-0.400001 - 05 Feb 2023 23:42:54 UTC - Search in distribution

lib/Web/DataService/Plugin/Dancer.pm River stage zero No dependents

MMCCLENN/Web-DataService-0.42 - 20 Dec 2018 03:18:00 UTC - Search in distribution

Dist::Zilla::PluginBundle::Dancer - dzil plugins used by Dancer projects River stage zero No dependents

This is the plugin bundle that the core Dancer crew use to release their distributions. It's roughly equivalent to [GatherDir] [PruneCruft] [ManifestSkip] [ExecDir] [AutoPrereqs] [MetaProvides::Package] [License] [MakeMaker] [MetaYAML] [MetaJSON] [Gi...

YANICK/Dist-Zilla-PluginBundle-Dancer-0.0013 - 23 May 2015 15:25:49 UTC - Search in distribution

Dancer2::Plugin::Pg - PostgreSQL connection for Dancer2 River stage zero No dependents

LUCAS/Dancer2-Plugin-Pg-0.07 - 30 May 2016 11:24:32 UTC - Search in distribution

Dancer2::Plugin::JWT - JSON Web Token made simple for Dancer2 River stage zero No dependents

Registers the "jwt" keyword that can be used to set or retrieve the payload of a JSON Web Token. To this to work it is required to have a secret defined in your config.yml file: plugins: JWT: secret: "string or path to private RSA/EC key" # default, ...

AMBS/Dancer2-Plugin-JWT-0.021 - 21 Apr 2023 19:19:27 UTC - Search in distribution

Dancer2::Plugin::RPC - Namespace for XMLRPC, JSONRPC2 and RESTRPC plugins River stage one • 1 direct dependent • 1 total dependent

This module contains plugins for Dancer2: Dancer2::Plugin::RPC::XMLRPC, Dancer2::Plugin::RPC::JSONRPC and Dancer2::Plugin::RPC::RESTRPC. Dancer2::Plugin::RPC::XMLRPC This plugin exposes the new keyword "xmlrpc" that is followed by 2 arguments: the en...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC - Search in distribution

Dancer2::Plugin::Res - Dancer2 add-on for setting status/response. River stage one • 1 direct dependent • 1 total dependent

This is an honest attempt to make Dancer::Plugin::Res to be Dancer2 friendly. It should behave same as it's twin as nothing has changed in functionality. I needed a Dancer2 compatible version of Dancer::Plugin::Res for my other work available on gith...

MANWAR/Dancer2-Plugin-Res-0.10 - 04 Nov 2019 00:43:22 UTC - Search in distribution

Dancer2::Plugin::Ajax - a plugin for adding Ajax route handlers River stage one • 1 direct dependent • 1 total dependent

The "ajax" keyword which is exported by this plugin allows you to define a route handler optimized for Ajax queries. The route handler code will be compiled to behave like the following: * Pass if the request header X-Requested-With doesn't equal XML...

CROMEDOME/Dancer2-Plugin-Ajax-0.400000 - 13 Nov 2018 02:52:32 UTC - Search in distribution

Dancer2::Plugin::CSRF - CSRF tokens generation and validation River stage zero No dependents

This module provides two methods "get_csrf_token()" and "validate_csrf_token($token)". Master token stored in session. CSRF tokens generated using master token and page uri....

JUMPERCC/Dancer2-Plugin-CSRF-1.01 - 25 Dec 2016 11:17:57 UTC - Search in distribution

Dancer2::Plugin::Cart - Cart interface for Dancer2 applications River stage zero No dependents

This plugin provides a easy way to manage a shopping cart in dancer2. All the information and data structure of the plugin will be manage by the session, so a good idea is to use a plugin in order to store the session data in the database. It was des...

AMORTEGUI/Dancer2-Plugin-Cart-1.0001 - 21 Jun 2017 14:25:48 UTC - Search in distribution

Dancer2::Plugin::DBIC - DBIx::Class interface for Dancer2 applications River stage one • 7 direct dependents • 7 total dependents

This plugin makes it very easy to create Dancer2 applications that interface with databases. It automatically exports the keyword "schema" which returns a DBIx::Class::Schema object. It also exports the keywords "resultset" and "rset". You just need ...

IRONCAMEL/Dancer2-Plugin-DBIC-0.0100 - 29 Sep 2017 01:09:27 UTC - Search in distribution

Dancer2::Plugin::Etcd River stage zero No dependents

The "etcd" keyword which is exported by this plugin allows you to connect directly to etcd v3 api....

HEXFUSION/Dancer2-Plugin-Etcd-0.011 - 20 Jun 2017 01:17:06 UTC - Search in distribution

Dancer2::Plugin::Feed - Easy to generate feed rss or atom for Dancer2 applications. River stage zero No dependents

Provides an easy way to generate RSS or Atom feed. This module relies on XML::Feed. Please, consult the documentation of XML::Feed and XML::Feed::Entry....

HOBBESTIG/Dancer2-Plugin-Feed-1.160550 - 24 Feb 2016 22:02:55 UTC - Search in distribution

Dancer2::Plugin::Menu - Automatically generate an HTML menu for your Dancer2 app River stage zero No dependents

This module generates HTML for routes wrapped in the "menu_item" keyword. Menu items will be injected into the template wherever the "<% menu %>" tag is located. Child menu items are wrapped in "<li>" HTML tags which are themselves wrapped in a "<ul>...

STEVIED/Dancer2-Plugin-Menu-0.009 - 20 Nov 2018 09:41:50 UTC - Search in distribution

Dancer2::Plugin::REST - A plugin for writing RESTful apps with Dancer2 River stage one • 1 direct dependent • 1 total dependent

This plugin helps you write a RESTful webservice with Dancer2....

YANICK/Dancer2-Plugin-REST-1.02 - 20 Jul 2017 23:54:13 UTC - Search in distribution

Dancer2::Plugin::SPID - SPID authentication for Dancer2 web applications River stage zero No dependents

AAR/Dancer2-Plugin-SPID-0.11 - 06 Aug 2018 19:25:24 UTC - Search in distribution
357 results (0.116 seconds)