mautic/plugin-example

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Example Mautic Plugin - it does nothing. But it's looking great doing so!

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 3

Open Issues: 0

Type:mautic-plugin

dev-master 2021-04-25 14:57 UTC

This package is auto-updated.

Last update: 2021-05-25 15:08:41 UTC


README

Build Status

Mautic - Example Plugin

This plugin does basically nothing. It's used in functional tests for the Mautic Marketplace to ensure that installing, updating and removing plugins work.

This plugin can also be used as inspiration for your own plugin(s). The important parts are:

  • The composer.json contains all information for the Marketplace to install it properly.
  • It has good automated CI checks that would take you long days to configure otherwise.
  • Uses plugin migrations based on the IntegrationsBundle.
  • Mautic 3 ready.