| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/painel/mkt/ |
Upload File : |
Mailwizz PHP SDK ================ This repository contains the PHP SDK for MailWizz EMA. You'll find proper example on how to manage lists, subscribers, campaigns, templates and more. Please see the examples folder for usage and available endpoints. Implementations using MailWizz PHP SDK: - https://github.com/thangtx/mailwizzphpapi-wrap - A small rest app that acts as a proxy between mailwizz and any other software. ### Install You can either download latest version of the code or you can install it via composer as follows: `composer require twisted1919/mailwizz-php-sdk "dev-master"` Then follow the instructions from `examples/setup.php` file.