The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Dancer"

Dancer - lightweight yet powerful web application framework River stage three • 214 direct dependents • 218 total dependents

Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide ...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

Dancer::OO::Dancer - Allows to set params variables in scope of route handler River stage zero No dependents

JAMHED/Dancer-OO-depfix - 27 Jan 2012 12:09:43 UTC - Search in distribution

Task::Dancer - Dancer in a box River stage zero No dependents

This Task installs Dancer, optional engines, templates and assorted modules that are not included in the Dancer core distribution. If you've written anything relating to Dancer, please let us know. We try to maintain a list of modules that are mainta...

AMBS/Task-Dancer-0.39 - 29 Aug 2015 16:55:54 UTC - Search in distribution

Dancer::Debug - Extend Plack::Middleware::Debug with some specific panels for Dancer River stage zero No dependents

Dancer::Debug extends Plack::Middleware::Debug with some specific panels for Dancer....

CROMEDOME/Dancer-Debug-0.04 - 14 Apr 2024 02:16:19 UTC - Search in distribution

Dancer::SearchApp - A simple local search engine River stage zero No dependents

CORION/Dancer-SearchApp-0.06 - 14 Dec 2016 21:42:14 UTC - Search in distribution

Dancer::Plugin::Tapir - Associate a Tapir handler with Dancer routes River stage zero No dependents

The goal of this package is to quickly and without fuss expose a Tapir service via Dancer via a RESTful API. Doing so requires no additional coding, and only requires a simple comment added to your Thrift methods. This plugin exports the method "setu...

EWATERS/Dancer-Plugin-Tapir-0.05 - 29 Mar 2013 15:30:28 UTC - Search in distribution

Dancer::Plugin::CDN - Serve static files with unique URLs and far-future expiry River stage zero No dependents

This plugin generates URLs for your static files that include a content hash so that the URLs will change when the content changes. The plugin also arranges for the files to be served with cache-control and expiry headers to enable the content to be ...

GRANTM/Dancer-Plugin-CDN-1.002 - 11 Sep 2016 04:47:54 UTC - Search in distribution

Dancer::Plugin::MPD - easy connection to MPD from Dancer apps River stage zero No dependents

Provides an easy way to connect to MPD (www.musicpd.org) from a Dancer app. Handles obtaining the connection, making sure the connection is still alive, and reconnecting if not....

BIGPRESH/Dancer-Plugin-MPD-0.03 - 02 Jan 2012 18:48:48 UTC - Search in distribution

Dancer::Plugin::RPC - Configure endpoints for XMLRPC, JSONRPC and RESTRPC procedures River stage one • 1 direct dependent • 1 total dependent

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

ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC - Search in distribution

Dancer::Plugin::Res - Syntax sugar for setting the status and returning a response River stage zero No dependents

This Dancer plugin provides the keyword "res()", which stands for response. It allows you to set the response and return a body in one shot. return res 400, { msg => reason }; is equivalent to: status 400; return { msg => reason }; I made this plugin...

IRONCAMEL/Dancer-Plugin-Res-0.0003 - 18 May 2012 09:21:47 UTC - Search in distribution

Dancer::Plugin::SMS - Easy SMS text message sending from Dancer apps River stage zero No dependents

Provides a quick and easy way to send SMS messages using SMS::Send drivers (of which there are many, so chances are the service you want to use is already supported; if not, they're easy to write, and if you want to change providers later, you can si...

BIGPRESH/Dancer-Plugin-SMS-0.02 - 29 Oct 2014 12:48:06 UTC - Search in distribution

Dancer::Logger::PSGI - PSGI Log handler for Dancer River stage zero No dependents

This class is an interface between your Dancer's application and psgix.logger. Message will be logged in whatever logger you decided to use in your Plack handler. If no logger is defined, nothing will be logged....

RSIMOES/Dancer-Logger-PSGI-v1.0.1 - 14 Mar 2014 18:27:40 UTC - Search in distribution

Dancer::Logger::Pipe - pipe-based logging engine for Dancer River stage zero No dependents

This is a pipe-based logging engine that allows you to pipe your log output...

MOSHEGOOD/Dancer-Logger-Pipe-0.01 - 11 Jan 2011 19:50:26 UTC - Search in distribution

Dancer::Plugin::CORS - A plugin for using cross origin resource sharing River stage zero No dependents

Cross origin resource sharing is a feature used by modern web browser to bypass cross site scripting restrictions. A webservice can provide those rules from which origin a client is allowed to make cross-site requests. This module helps you to setup ...

ZURBORG/Dancer-Plugin-CORS-0.13 - 25 Nov 2014 09:36:21 UTC - Search in distribution

Dancer::Plugin::CRUD - A plugin for writing RESTful apps with Dancer River stage zero No dependents

This plugin is derived from Dancer::Plugin::REST and helps you write a RESTful webservice with Dancer....

ZURBORG/Dancer-Plugin-CRUD-1.031 - 17 Dec 2014 16:13:00 UTC - Search in distribution

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

This plugin makes it very easy to create Dancer applications that interface with databases. It automatically exports the keyword "schema" which returns a DBIx::Class::Schema object. You just need to configure your database connection information. For...

IRONCAMEL/Dancer-Plugin-DBIC-0.2104 - 09 Nov 2015 12:27:52 UTC - Search in distribution

Dancer::Plugin::Feed - Easy to generate feed rss or atom for Dancer 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/Dancer-Plugin-Feed-1.131470 - 27 May 2013 14:26:10 UTC - Search in distribution

Dancer::Plugin::I18N - Internationalization for Dancer River stage zero No dependents

Supports mo/po files and Maketext classes under your application's I18N namespace. Dancer::Plugin::I18N add Locale::Maketext::Simple to your Dancer application...

KOCEASY/Dancer-Plugin-I18N-0.43 - 02 Feb 2016 22:06:01 UTC - Search in distribution

Dancer::Plugin::LDAP - LDAP plugin for Dancer micro framework River stage zero No dependents

Provides an easy way to obtain a connected LDAP handle by simply calling the ldap keyword within your Dancer application. Returns a Dancer::Plugin::LDAP::Handle object, which is a subclass of a Net::LDAP handle object, so it does everything you'd exp...

HORNBURG/Dancer-Plugin-LDAP-0.0050 - 05 Sep 2013 11:24:35 UTC - Search in distribution

Dancer::Plugin::Lucy - Lucy interface for Dancer applications River stage zero No dependents

EDIPRETO/Dancer-Plugin-Lucy-0.005 - 19 Sep 2013 10:38:32 UTC - Search in distribution
534 results (0.101 seconds)