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

Search results for "module:Mojo"

Mojo - Web development toolkit River stage four • 943 direct dependents • 1041 total dependents

A powerful web development toolkit, with all the basic tools and helpers needed to write simple web applications and higher level web frameworks, such as Mojolicious. Some of the most commonly used tools are Mojo::UserAgent, Mojo::DOM, Mojo::JSON, Mo...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Pg - Mojolicious ♥ PostgreSQL River stage two • 11 direct dependents • 13 total dependents

Mojo::Pg is a tiny wrapper around DBD::Pg that makes PostgreSQL <http://www.postgresql.org> a lot of fun to use with the Mojolicious <https://mojolicious.org> real-time web framework. Perform queries blocking and non-blocking, use all SQL features <h...

SRI/Mojo-Pg-4.27 - 15 Mar 2022 12:13:59 UTC

Mojo::YR - Get weather information from yr.no River stage zero No dependents

Mojo::YR is an (a)synchronous weather data fetcher for the Mojolicious framework. The backend for weather data is <http://yr.no>. Look at the resources below for mere information about the API: * <http://api.met.no/weatherapi/documentation> * <http:/...

MRAMBERG/Mojo-YR-0.06 - 06 Jun 2016 12:04:53 UTC

Mojo::JWT - JSON Web Token the Mojo way River stage one • 5 direct dependents • 7 total dependents

JSON Web Token is described in <https://tools.ietf.org/html/rfc7519>. Mojo::JWT implements that standard with an API that should feel familiar to Mojolicious users (though of course it is useful elsewhere). Indeed, JWT is much like Mojolicious::Sessi...

JBERGER/Mojo-JWT-0.09 - 22 Nov 2020 05:36:05 UTC

Mojo::CSV - no-nonsense CSV handling River stage zero No dependents

Read and write CSV (Comma Separated Values) like a boss, Mojo style....

ZOFFIX/Mojo-CSV-1.001004 - 12 Mar 2020 19:40:49 UTC

Mojo::Pua - HTTP Client + Evo::Promise River stage zero No dependents

This module is based on Mojo::UserAgent and allows you to use promises (Evo::Promise::Mojo)...

ALEXBYK/Mojo-Pua-0.010 - 12 Nov 2016 17:25:27 UTC

Mojo::DOM - Minimalistic HTML/XML DOM parser with CSS selectors River stage four • 943 direct dependents • 1041 total dependents

Mojo::DOM is a minimalistic and relaxed HTML/XML DOM parser with CSS selector support. It will even try to interpret broken HTML and XML, so you should not use it for validation....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Tar - Stream your (ustar) tar files River stage zero No dependents

Mojo::Tar can create and extract ustar <http://www.gnu.org/software/tar/manual/tar.html> tar files as a stream. This can be useful if for example your webserver is receiving a big tar file and you don't want to exhaust the memory while reading it. Th...

JHTHORSEN/Mojo-Tar-0.01 - 14 Mar 2023 09:34:41 UTC

Mojo::PDF - Generate PDFs with the goodness of Mojo! River stage zero No dependents

Mojotastic, no-nonsense PDF generation....

ZOFFIX/Mojo-PDF-1.005003 - 05 Oct 2020 00:19:41 UTC

Mojo::Run - asynchronous external command execution for Mojo River stage zero No dependents

LIKHATSKI/Mojo-Run-0.3 - 29 Apr 2014 18:40:08 UTC

Mojo::IRC - IRC Client for the Mojo IOLoop River stage zero No dependents

Mojo::IRC is a non-blocking IRC client using Mojo::IOLoop from the wonderful Mojolicious framework. It features IPv6 and TLS, with additional optional modules: IO::Socket::IP and IO::Socket::SSL. By default this module will only emit standard IRC eve...

JHTHORSEN/Mojo-IRC-0.47 - 09 Dec 2022 01:16:57 UTC

Mojo::URL - Uniform Resource Locator River stage four • 943 direct dependents • 1041 total dependents

Mojo::URL implements a subset of RFC 3986 <https://tools.ietf.org/html/rfc3986>, RFC 3987 <https://tools.ietf.org/html/rfc3987> and the URL Living Standard <https://url.spec.whatwg.org> for Uniform Resource Locators with support for IDNA and IRIs....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Log - Simple logger River stage four • 943 direct dependents • 1041 total dependents

Mojo::Log is a simple logger for Mojo projects....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::SAML - A SAML2 toolkit using the Mojo toolkit River stage one • 1 direct dependent • 2 total dependents

Mojo::SAML is a project to build a SAML toolkit using the Mojo stack. It is (for better or worse) completely reimplemented from the ground up. It is considered extremely experimental and unstable (see "CAVEATS"). That said, it can do basic SAML inter...

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

Mojo::Base - Minimal base class for Mojo projects River stage four • 943 direct dependents • 1041 total dependents

Mojo::Base is a simple base class for Mojo projects with fluent interfaces. # Automatically enables "strict", "warnings", "utf8" and Perl 5.16 features use Mojo::Base -strict; use Mojo::Base -base; use Mojo::Base 'SomeBaseClass'; use Mojo::Base -role...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Path - Path River stage four • 943 direct dependents • 1041 total dependents

Mojo::Path is a container for paths used by Mojo::URL, based on RFC 3986 <https://tools.ietf.org/html/rfc3986>....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Home - Home sweet home River stage four • 943 direct dependents • 1041 total dependents

Mojo::Home is a container for home directories based on Mojo::File....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Run3 - Run a subprocess and read/write to it River stage zero No dependents

Mojo::Run3 allows you to fork a subprocess which you can write STDIN to, and read STDERR and STDOUT without blocking the the event loop. This module also supports IO::Pty which allows you to create a pseudoterminal for the child process. This is espe...

JHTHORSEN/Mojo-Run3-1.03 - 20 Jan 2023 05:20:16 UTC

Mojo::Snoo - Mojo wrapper for the Reddit API River stage zero No dependents

Mojo::Snoo is a Perl wrapper for the Reddit API which relies heavily on the Mojo modules. Mojo::Collection was the initial inspiration for going the Mojo route. Skip to synopsis to see how Mojo::Snoo can be great for one-liners, quick scripts, and fu...

CURTIS/Mojo-Snoo-0.15 - 24 Dec 2015 16:46:08 UTC

Test::Mojo - Testing Mojo River stage four • 943 direct dependents • 1041 total dependents

Test::Mojo is a test user agent based on Mojo::UserAgent, it is usually used together with Test::More to test Mojolicious applications. Just run your tests with prove. $ prove -l -v $ prove -l -v t/foo.t If it is not already defined, the "MOJO_LOG_LE...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC
616 results (0.027 seconds)