melisplatform / melis-tipimail
Installs: 567
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 0
Type:melisplatform-module
pkg:composer/melisplatform/melis-tipimail
Requires
- php: ^8.1|^8.3
- melisplatform/melis-core: ^5.2
This package is auto-updated.
Last update: 2025-10-25 09:50:31 UTC
README
MelisTipimail is the module that allow user access TipiMail inside the melisplatform as a module.
Getting Started
These instructions will get you a copy of the project up and running on your machine.
Prerequisites
You will need to install melisplatform/melis-core in order to have this module running. This will automatically be done when using composer.
Installing
Run the composer command:
    {
        "require": {
            "melisplatform/melis-tipimail": "dev-master"
        },
        "repositories": [
            {
                "type": "git",
                "url": "https://github.com/melisplatform/melis-tipimail"
            }
        ]
    }
Configuration
Inside the melis-tipimail/config/app.tools.php you can configure the url of which the tool's iframe is being directed.
    'plugins' => array(
        'melisTipimail' => array(
            'tools' => array(
                'melis_tipmail_tool' => array(
                    'config' => array(
                        'url' => 'https://app.tipimail.com/#/access/login'
                    ),
                ),
            ),
        ),
    ),
Tools & Elements provided
- Tipimail Tool
Authors
- Melis Technology - www.melistechnology.com
See also the list of contributors who participated in this project.
Contributing
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Feel free to fork the project, create a feature branch, and send us a pull request!