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

Search results for "Mojolicious::Plugin"

Mojolicious::Plugin - Plugin base class River stage four • 943 direct dependents • 1041 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.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Mojolicious::Plugin::SAML - A simple SAML Service Provider plugin River stage one • 1 direct dependent • 2 total dependents

This plugin is an early attempt at making a somewhat turn-key SAML Service Provider (SP) plugin. It is explicitly for a single SP communicating with a single Identity Provider (IdP). In the future it is imagined that other more robust plugins might e...

JBERGER/Mojo-SAML-0.07 - 22 Jun 2020 13:49:19 UTC - Search in distribution

Mojolicious::Plugin::Args - gives you back the request parameters as a simple %args hash, even if it's posted in json. River stage one • 1 direct dependent • 1 total dependent

AMIRITE/Mojolicious-Plugin-Args-0.05 - 16 May 2014 15:21:44 UTC - Search in distribution

Mojolicious::Plugin::CBOR - render a CBOR response with Mojolicious River stage zero No dependents

Mojolicious::Plugin::CBOR is a Mojolicious plugin that packs any data you send to the 'cbor' parameter with CBOR::XS and renders it. The "Content-Type" header sent in the response will be set to "application/cbor; charset=UTF-8"....

DSHADOW/Mojolicious-Plugin-CBOR-0.04 - 11 Sep 2014 07:58:40 UTC - Search in distribution

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

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

Mojolicious::Plugin::Cron - a Cron-like helper for Mojolicious and Mojolicious::Lite projects River stage zero No dependents

Mojolicious::Plugin::Cron is a Mojolicious plugin that allows to schedule tasks directly from inside a Mojolicious application. The plugin mimics *nix "crontab" format to schedule tasks (see cron <https://en.wikipedia.org/wiki/Cron>) . As an extensio...

DMANTO/Mojolicious-Plugin-Cron-0.034 - 18 Jan 2024 23:08:00 UTC - Search in distribution

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 - Search in distribution

Mojolicious::Plugin::DBIC - Mojolicious ♥ DBIx::Class River stage zero No dependents

This plugin makes working with DBIx::Class easier in Mojolicious. Configuration Configure your schema in multiple ways: # Just DSN plugin DBIC => { schema => { 'MySchema' => 'DSN', }, }; # Arguments to connect() plugin DBIC => { schema => { 'MySchema...

PREACTION/Mojolicious-Plugin-DBIC-0.005 - 01 Jul 2021 22:53:53 UTC - Search in distribution
619 results (0.268 seconds)