The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Mojolicious::Plugin"

Mojolicious::Plugin - Plugin base class River stage four • 980 direct dependents • 1098 total dependents

Mojolicious::Plugin is an abstract base class for Mojolicious plugins. See "PLUGINS" in Mojolicious::Plugins for a list of plugins that are available by default....

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Plugin::Rex - The great new Mojolicious::Plugin::Rex! River stage zero No dependents

PINGAN/Mojolicious-Plugin-Rex-0.01 - 26 Jul 2020 06:27:18 UTC

Mojolicious::Plugin::AWS - AWS via Mojolicious River stage zero No dependents

Mojolicious::Plugin::AWS is a Mojolicious plugin for accessing Amazon Web Service resources. This module is ALPHA QUALITY meaning its interface is likely to change in backward-incompatible ways. See the "CAVEATS" section below....

SCOTTW/Mojolicious-Plugin-AWS-0.21 - 26 Feb 2020 03:46:12 UTC

Mojolicious::Plugin::CGI - Run CGI script from Mojolicious River stage zero No dependents

This plugin enables Mojolicious to run Perl CGI scripts. It does so by forking a new process with a modified environment and reads the STDOUT in a non-blocking manner....

JHTHORSEN/Mojolicious-Plugin-CGI-0.40 - 15 Dec 2018 07:00:58 UTC

Mojolicious::Plugin::SMS - Easy SMS sending from Mojolicious 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...

YSYROTA/Mojolicious-Plugin-SMS-0.02 - 09 Mar 2015 12:24:28 UTC

Mojolicious::Plugin::DSC - use DBIx::Simple::Class in your application. River stage zero No dependents

Mojolicious::Plugin::DSC is a Mojolicious plugin that helps you use DBIx::Simple::Class in your application. It also adds an app attribute ("$app->dbix") and controller helper ("$c->dbix") which is a DBIx::Simple instance....

BEROV/Mojolicious-Plugin-DSC-1.006 - 01 Aug 2016 21:21:43 UTC

Mojolicious::Plugin::CHI - Use CHI Caches in Mojolicious River stage one • 2 direct dependents • 2 total dependents

Mojolicious::Plugin::CHI is a simple plugin to work with CHI caches within Mojolicious....

AKRON/Mojolicious-Plugin-CHI-0.20 - 14 Nov 2018 14:07:46 UTC

Mojolicious::Plugin::Bcs River stage zero No dependents

SIDD/Mojolicious-Plugin-Bundle-0.004 - 28 Apr 2011 19:52:46 UTC

Mojolicious::Plugin::Geo - Mojolicious Plugin River stage zero No dependents

Mojolicious::Plugin::Geo is a Mojolicious plugin. This plugin uses a geolocation server of an unknown provider. It is one of the more accurate I have found. I may add some free public ones later but have not had a chance....

ELBOW/Mojolicious-Plugin-Geo-0.02 - 18 Aug 2011 00:44:25 UTC

Mojolicious::Plugin::Vue - The great new Mojolicious::Plugin::Vue! River stage zero No dependents

PINGAN/Mojolicious-Plugin-Vue-0.01 - 26 Jul 2020 06:35:32 UTC

Mojolicious::Plugin::XRD - XRD Document Handling with Mojolicious River stage one • 2 direct dependents • 2 total dependents

Mojolicious::Plugin::XRD is a plugin to support Extensible Resource Descriptor <http://docs.oasis-open.org/xri/xrd/v1.0/xrd-1.0.html> documents through XML::Loy::XRD. Additionally it supports the "rel" parameter of the WebFinger <http://tools.ietf.or...

AKRON/Mojolicious-Plugin-XRD-0.24 - 22 Nov 2022 16:28:39 UTC

Mojolicious::Plugin::PPI - Mojolicious Plugin for Rendering Perl Code Using PPI River stage one • 1 direct dependent • 1 total dependent

Mojolicious::Plugin::PPI is a Mojolicious plugin which adds Perl syntax highlighting via PPI and PPI::HTML. Perl is notoriously hard to properly syntax highlight, but since PPI is made especially for parsing Perl this plugin can help you show off you...

JBERGER/Mojolicious-Plugin-PPI-0.07 - 25 Jan 2015 16:27:11 UTC

Mojolicious::Plugin::UTF8 River stage zero No dependents

AMIRITE/Mojolicious-Plugin-UTF8-0.01 - 16 Apr 2014 22:50:51 UTC

Mojolicious::Plugin::Host - Easily get the host for the current request River stage zero No dependents

Mojolicious::Plugin::Host allows you to easily access the host for the current request. You may use "helper" to change the name of the helper, or "www" to modify the host before it is returned....

SRCHULO/Mojolicious-Plugin-Host-0.01 - 14 Dec 2019 20:29:08 UTC

Mojolicious::Plugin::SNMP - The great new Mojolicious::Plugin::SNMP! River stage zero No dependents

PINGAN/Mojolicious-Plugin-SNMP-0.01 - 26 Jul 2020 06:39:46 UTC

Mojolicious::Plugin::Crud - routing helper for RESTful operations River stage zero No dependents

This Mojolicious plugin adds a routing helper for REST <http://en.wikipedia.org/wiki/Representational_state_transfer>ful CRUD <http://en.wikipedia.org/wiki/Create,_read,_update_and_delete> operations via HTTP to the app. The routes are intended, but ...

PINGAN/Mojolicious-Plugin-Crud-0.0.10 - 17 Feb 2020 01:18:44 UTC

Mojolicious::Plugin::Gzip - Plugin to Gzip Mojolicious responses River stage zero No dependents

Mojolicious::Plugin::Gzip gzips all responses equal to or greater than a "min_size" by using the "after_dispatch" in Mojolicious hook. Mojolicious::Plugin::Gzip will only gzip a response if all of these conditions are met: * The "accept_encoding" in ...

SRCHULO/Mojolicious-Plugin-Gzip-0.04 - 28 Apr 2019 22:41:32 UTC

Mojolicious::Plugin::CORS River stage zero No dependents

AMIRITE/Mojolicious-Plugin-CORS-0.02 - 20 Apr 2014 14:17:46 UTC

Mojolicious::Plugin::Moai - Mojolicious UI components using modern UI libraries River stage zero No dependents

This plugin provides some common UI components using a couple different popular UI libraries. These components are designed to integrate seamlessly with Yancy, Mojolicious::Plugin::DBIC, and Mojolicious::Plugin::SQL. Testing Components The Test::Mojo...

PREACTION/Mojolicious-Plugin-Moai-0.013 - 02 Aug 2021 15:29:40 UTC

Mojolicious::Plugin::ACME - ACME client integration for your Mojolicious app River stage zero No dependents

Establishes a route at the top level of your application to handle the challenge request from the application server. Also loads configuration which is reused at multiple levels of the ACME cycle....

JBERGER/Mojo-ACME-0.13 - 14 Sep 2018 18:34:35 UTC
722 results (0.346 seconds)