/Light_MailStats

Collecting mail stats.

Primary LanguagePHP

Light_MailStats

2021-06-18 -> 2021-06-25

Work in progress...

Collecting mail stats.

This is a Light plugin.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.Light_MailStats

Using the uni command.

uni import Ling/Light_MailStats

Or just download it and place it where you want otherwise.

Summary

Services

Here is an example of the service configuration:

mail_stats:
    instance: Ling\Light_MailStats\Service\LightMailStatsService
    methods:
        setContainer:
            container: @container()
        setOptions:
            options: ${mail_stats_vars.service_options}



mail_stats_vars:
    service_options: []


History Log

  • 0.0.3 -- 2021-06-25

    • adding redirect route
  • 0.0.2 -- 2021-06-18

    • fix forgot to generate doc api
  • 0.0.1 -- 2021-06-18

    • initial commit