moroz

Total Owned Packages
8

Total Downloads
13 463

  • absinthe_json_scalar0.1.0

    2 304 Downloads

    This library provides an easily pluggable JSON scalar type for use with [Absinthe](https://github.com/absinthe-graphql/absinthe), a GraphQL implementation for Elixir. This package wraps the JSON scalar recipe from Absinthe docs.

  • clsx0.2.0

    1 853 Downloads

    Simple helper functions to conditionally determine class names. This library is largely inspired by the JavaScript library [clsx](https://www.npmjs.com/package/clsx), commonly used in the React ecosystem.

  • ecpay1.0.1

    959 Downloads

    ## ECPay 綠界 Payment Gateway Integration for Elixir

    The purpose of this library is to provide API integration with the ECPay (綠界科技) payment gateway provided by the Taiwan-based Green World FinTech Service Co., Ltd. (綠界科技股份有限公司).

  • ecpay_invoice0.0.2-beta4

    1 057 Downloads

    Client library for the ECPay Invoice API provided by Green World FinTech Service Co. (Taipei, Taiwan, Chinese name: 綠界科技股份有限公司).

    This library is compatible with API revision 3.0.0, which talks to the server using JSON payloads and uses AES encryption for verification.

  • elixir_latex0.3.0

    1 671 Downloads

    Renders LaTeX source files using the Phoenix templating engine, handles attachments, compiles everything as PDF using (Xe)LaTeX.

  • email_tld_validator0.1.2

    2 230 Downloads

    A simple email address validator for Elixir that first checks the address with a regular expression and then checks if the Top-Level Domain of the host is included in ICANN's List of Top-Level Domains. The package is meant for use with `Ecto.Changeset`.

  • ex_twilio_webhook0.0.4

    860 Downloads

    ExTwilioWebhook is a simple library that validates Twilio webhooks in Plug applications.

  • toml_config_provider0.2.0

    2 529 Downloads

    A dead-simple config provider module that plugs into Elixir 1.9 release config and parses TOML config files on startup. It is meant as a replacement for Toml.Provider, which only works with Distillery.