himito/laravel-mailman is a Laravel package for laravel api for mailman 3.
It currently has 1 GitHub stars and 69 downloads on Packagist (latest version 1.2.0).
Install it with composer require himito/laravel-mailman.
Discover more Laravel packages by himito
or browse all Laravel packages to compare alternatives.
Last updated
Laravel API for Mailman 3.
Via Composer
$ composer require himito/laravel-mailman
$ php artisan vendor:publish --tag mailman.config
MAILMAN_HOST=localhost
MAILMAN_PORT=8001
MAILMAN_USERNAME=
MAILMAN_PASSWORD=
$lists = Mailman::lists();
Please see the changelog file for more information on what has changed recently.
$ composer test
Please see contributing file for details and a todo-list.
If you discover any security related issues, please email author email instead of using the issue tracker.
Please see the license file for more information.