aviboy2006/mautic-plugin-creator

Basic Mautic custom plugin creator

0.1.2 2022-01-22 05:29 UTC

This package is auto-updated.

Last update: 2024-04-24 21:56:17 UTC


README

mautic-plugin-creator

This package enable Mautic user to create basic skeleton of custom plugin bundle files and folder by providing bundle name and author name. Further user can extend customisation as per their requirement. This is a just folder and file creation to avoid manaul effort.

Requirements

  • PHP 7.4 and above.
  • Mautic 3.x

Installation

$ composer require aviboy2006/mautic-plugin-creator

Usage

Navigate to Mautic folder and run below command

$ php vendor/aviboy2006/mautic-plugin-creator/src/test.php

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

_The code contribution process is very formal.

NOTE

I have created this with simple approach there are many improvement can be done.

License

MIT