niczero / mojar

Integration toolkit :camel:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mojar

A small booster pack for Mojolicious focused on integration. The (soft) criteria are

  • Filesystem footprint kept small.
  • Number of package dependencies kept low.
  • XS files avoided where practical.
  • Non-linux platforms (incl Strawberry Perl) supported where practical.

Features

  • Mojar::Cache

    A bare-bones cache. Aims to be sufficient for everyday use while providing an easy upgrade path to CHI when better performance or richer functionality is required.

  • Mojar::Util

    A small set of utility functions.

  • Mojar::Config::Ini

    A lightweight reader of ini-style configuration files.

See also

The real content is split out into separate distributions.

  • Mojar::Mysql

    A set of interfaces for working with MySQL databases, of most use to those working with more than one server.

  • Mojar::Oracle

    A db connector for Oracle databases. [Much less mature than its Mysql sibling.]

  • Mojar::Google::Analytics

    Interface for easy (unattended) downloading of reporting data.

  • Mojar::Cron

    Interface for cron calculations.

  • Mojar::BulkSms

    Interface to popular SMS sending service.

About

Integration toolkit :camel:

License:Artistic License 2.0


Languages

Language:Perl 71.3%Language:Perl 6 28.7%