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!
dev-master
2021-04-25 14:57 UTC
Requires
- php: ^7.2 || ^7.3
This package is auto-updated.
Last update: 2021-05-25 15:08:41 UTC
README
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.