himito / laravel-mailman
Laravel API for Mailman 3
1.2.0
2023-02-13 10:00 UTC
Requires
- guzzlehttp/guzzle: ^7.5
- illuminate/support: ~5
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2024-10-23 13:11:46 UTC
README
Laravel API for Mailman 3.
Installation
Via Composer
$ composer require himito/laravel-mailman $ php artisan vendor:publish --tag mailman.config
Configuration
MAILMAN_HOST=localhost
MAILMAN_PORT=8001
MAILMAN_USERNAME=
MAILMAN_PASSWORD=
Usage
Get all the mailing lists
$lists = Mailman::lists();
Change log
Please see the changelog file for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing file for details and a todo-list.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
Please see the license file for more information.